‘linchangsheng’ пре 5 месеци
родитељ
комит
b2c9a74f0e

+ 2 - 0
mall-server-api/src/main/java/com/gree/mall/manager/config/aop/ZfireFiledAop.java

@@ -216,6 +216,7 @@ public class ZfireFiledAop {
         fieldBean.setTiling(true);
         fieldBean.setIsShow(true);
         fieldBean.setIsQuery(true);
+        fieldBean.setIsCutting(true);
 
 
         Annotation[] annotations = field.getAnnotations();
@@ -248,6 +249,7 @@ public class ZfireFiledAop {
                 fieldBean.setFixed(zfireField.fixed());
                 fieldBean.setPk(pk);
                 fieldBean.setMultiple(zfireField.multiple());
+                fieldBean.setIsCutting(zfireField.isCutting());
 
             }else if(annotation instanceof ApiModelProperty){
                 ApiModelProperty property = (ApiModelProperty) annotation;