Преглед изворни кода

[发券][修改]:merge from 元放

release_toaliyun_real
Stormeye.Wu пре 7 година
родитељ
комит
bde9f8f49c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkAdmin/src/main/java/com/simple/controller/WxCouponSendController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/simple/controller/WxCouponSendController.java Прегледај датотеку

@@ -48,7 +48,7 @@ public class WxCouponSendController extends BaseController {
wxCouponSend.setTenantId(getTenantId());
wxCouponSend.setStatus(0);
List<WxCouponSend> wxCouponSendList = wxCouponSendService.listAsPage(wxCouponSend, 1, 1).getList();
if (wxCouponSendList != null && !wxCouponSendList.isEmpty()) {
if (wxCouponSendList != null && wxCouponSendList.size() > 0) {
return new ResultData(Result.ERROR, "已经添加过该券");
}
WxCoupon wxCoupon = wxCouponService.getById(wxCouponSend.getCouponId());


Loading…
Откажи
Сачувај