|
|
@@ -434,6 +434,8 @@ public class WxMallAdminController extends BaseController { |
|
|
@ApiOperation("费用区间自动时间") |
|
|
@ApiOperation("费用区间自动时间") |
|
|
@PostMapping("periodAutoTimes") |
|
|
@PostMapping("periodAutoTimes") |
|
|
public ResultData periodAutoTimes(@ModelAttribute WxEnergyFeesTime record) { |
|
|
public ResultData periodAutoTimes(@ModelAttribute WxEnergyFeesTime record) { |
|
|
|
|
|
// |
|
|
|
|
|
1111 |
|
|
List<Date> dateList = wxEnergyService.findLastTimeEndGroup(record); |
|
|
List<Date> dateList = wxEnergyService.findLastTimeEndGroup(record); |
|
|
if (null != dateList && dateList.size() > 1 ) { |
|
|
if (null != dateList && dateList.size() > 1 ) { |
|
|
return new ResultData(Result.ERROR,"所选店铺表类型最近一次结束时间不相同,不能一起增加"); |
|
|
return new ResultData(Result.ERROR,"所选店铺表类型最近一次结束时间不相同,不能一起增加"); |
|
|
|