|
|
|
@@ -6,6 +6,7 @@ import com.iformall.domain.po.WxDateAmountRecord; |
|
|
|
import com.iformall.domain.po.WxMall; |
|
|
|
import com.iformall.domain.po.WxMerchant; |
|
|
|
import com.iformall.enums.EnumDateAmtType; |
|
|
|
import com.iformall.enums.EnumMerchantStatus; |
|
|
|
import com.iformall.mapper.*; |
|
|
|
import com.iformall.service.WxDateAmountRecordService; |
|
|
|
import org.slf4j.Logger; |
|
|
|
@@ -59,6 +60,7 @@ public class DaliyAmountSchedule { |
|
|
|
|
|
|
|
WxMerchant merchant = new WxMerchant(); |
|
|
|
merchant.setTenantId(mallList.get(i).getTenantId()); |
|
|
|
merchant.setStatus(EnumMerchantStatus.VALID.getCode()); |
|
|
|
List<WxMerchant> merchantList = wxMerchantMapper.findList(merchant); |
|
|
|
|
|
|
|
if (merchantList.size()==0) { |
|
|
|
|