许鹏程
2023-06-01 48989d38c871957d33c58c9ac7f162bad7d9fb97
src/main/java/com/product/face/service/FaceDesignService.java
@@ -48,7 +48,7 @@
      if (DataTableEntity.isEmpty(fieldPropertyDt)) {
         throw new BaseException(ErrorCode.GET_FACE_CONFIG_FAIL);
      }
      List<JSONObject> result = FaceUtil.getFaceControlList(fieldPropertyDt);
      List<JSONObject> result = FaceUtil.getFaceControlList(fse,fieldPropertyDt);
      Map<String, Object> other = new HashMap<>();
      other.put("drawingList", result);
      fse.getSubData().clear();