|
|
|
@@ -10,6 +10,7 @@ import com.iformall.domain.po.WxMerchant; |
|
|
|
import com.iformall.domain.po.WxTags; |
|
|
|
import com.iformall.domain.vo.CUserBaseInfoT; |
|
|
|
import com.iformall.domain.vo.WxBillExcelTemplateOther; |
|
|
|
import com.iformall.enums.EnumMerchantStatus; |
|
|
|
import com.iformall.mapper.WxMerchantMapper; |
|
|
|
import com.iformall.service.WxBillAllService; |
|
|
|
import com.iformall.service.WxCUserBasicInfoService; |
|
|
|
@@ -92,6 +93,7 @@ public class ImportTemplateTask { |
|
|
|
WxMerchant wxMerchantQuery = new WxMerchant(); |
|
|
|
wxMerchantQuery.setTenantId(tenantId); |
|
|
|
wxMerchantQuery.setName(merchantName); |
|
|
|
wxMerchantQuery.setStatus(EnumMerchantStatus.VALID.getCode()); |
|
|
|
WxMerchant wxMerchant = wxMerchantMapper.selectOne(wxMerchantQuery); |
|
|
|
if (wxMerchant != null) { |
|
|
|
merchantMap.put(merchantName, wxMerchant); |
|
|
|
|