|
|
|
@@ -203,7 +203,7 @@ public class ImportTemplateTask { |
|
|
|
&& StringUtils.isNotEmpty(s.getBillAttr()) && null != s.getStarttime() |
|
|
|
&& null != s.getEndtime() && StringUtils.isNotEmpty(s.getPayStr()) |
|
|
|
&& null != s.getPayDate() && null != s.getReceiveDate() |
|
|
|
&& StringUtils.isNotEmpty(s.getReceivePayStr()) && Long.parseLong(s.getPayStr()) > 0L) { |
|
|
|
&& StringUtils.isNotEmpty(s.getReceivePayStr()) && Double.parseDouble(s.getPayStr()) > 0D) { |
|
|
|
WxMerchant wxMerchant = merchantMap.get(s.getMerchantName()); |
|
|
|
if (wxMerchant != null) { |
|
|
|
Long merchantId = wxMerchant.getId(); |
|
|
|
|