杜洪波
12 小时以前 b5e34f70c46a3d08eae01d2948eba1f2840ae87e
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());
   }