src/main/java/com/product/face/service/FaceApplyService.java
@@ -77,6 +77,11 @@ 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()); }