Переглянути джерело

fix pressbatch bug

release_toaliyun_real
zhengfangyuan 3 роки тому
джерело
коміт
6702fb9986
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxPressBatchController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/market/WxPressBatchController.java Переглянути файл

@@ -155,7 +155,7 @@ public class WxPressBatchController extends BaseController {
WxPressBatch record1 = wxPressBatchService.getById(record.getId(), getTenantInfo().getTenantId()); WxPressBatch record1 = wxPressBatchService.getById(record.getId(), getTenantInfo().getTenantId());
record1.setPromoterLimitRule(record.getPromoterLimitRule()); record1.setPromoterLimitRule(record.getPromoterLimitRule());
record1.setPromoterAllowCount(record.getPromoterAllowCount()); record1.setPromoterAllowCount(record.getPromoterAllowCount());
record1.setBargainerAllowCount(record1.getBargainerAllowCount());
record1.setBargainerAllowCount(record.getBargainerAllowCount());
record1.setBargainerAllowSame(record.getBargainerAllowSame()); record1.setBargainerAllowSame(record.getBargainerAllowSame());
wxPressBatchService.saveOrUpdate(record1); wxPressBatchService.saveOrUpdate(record1);
return new ResultData(); return new ResultData();


Завантаження…
Відмінити
Зберегти