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