杜洪波
2026-03-30 a123d43ece2fea9b4dba4c9763b380ad54ef16bd
src/main/java/com/product/face/service/FaceApplyService.java
@@ -77,11 +77,6 @@
      if (faceFormCache == null) {
         throw new BaseException(ErrorCode.GET_FACE_CONF_FAIL);
      }
      //大写字段值显示转换
      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"));
      return BaseUtil.success(faceFormCache.getData(), MapUtil.builder("drawingList", (Object) faceFormCache.getDrawingList()).map());
   }