فهرست منبع

同步账户历史应用

zhaoxian 4 سال پیش
والد
کامیت
04bdf77f11

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/CallbackController.java

@@ -202,7 +202,7 @@ public class CallbackController {
                     userAllocation.setWarningAmount(warningAmount);
                     userAllocation.setCreateTime(new Date());
                     userAllocation.setUpdateTime(new Date());
-                    //同步物料,0关闭,1开启
+                    //自动投放,0关闭,1开启
                     userAllocation.setAutoDelivery(json.getInteger("autoDelivery"));
                     allocationMapper.deleteById(userAllocation.getId());
                     Map<String, Object> deleteUserMap = new HashMap<>();

+ 4 - 0
module-common/src/main/java/cn/com/ctop/common/module/entity/UserAllocation.java

@@ -135,6 +135,10 @@ public class UserAllocation implements Serializable {
      * 同步物料,0关闭,1开启
      */
     private Integer autoDelivery;
+    /**
+     * 物料类型 0-不同步,1应用包,(2人群包,3定向包)
+     */
+    private String materialType;
 
     /**
      * 修改时间