杜洪波
13 小时以前 35c390431b4ffa1e3f50371a46b4e9ac63d9aa70
src/main/java/com/product/face/service/FaceApplyService.java
@@ -79,9 +79,9 @@
      }
      //大写字段值显示转换
      JSONObject formInfo = faceFormCache.getData();
      formInfo.put("formRules", formInfo.getString("form_rules"));
      formInfo.put("formModel", formInfo.getString("form_model"));
      formInfo.put("labelWidth", formInfo.getString("label_width"));
//      formInfo.put("formRules", formInfo.getString("form_rules"));
//      formInfo.put("formModel", formInfo.getString("form_model"));
//      formInfo.put("labelWidth", formInfo.getString("label_width"));
      return BaseUtil.success(faceFormCache.getData(), MapUtil.builder("drawingList", (Object) faceFormCache.getDrawingList()).map());
   }