|
|
|
@@ -268,6 +268,9 @@ public class WxBillPropertyServiceImpl implements WxBillPropertyService { |
|
|
|
for (Map.Entry<Long, List<WxBillProperty>> entry : entries) { |
|
|
|
List<WxBillProperty> list = entry.getValue(); |
|
|
|
for (WxBillProperty property : list) { |
|
|
|
if (property.getDepositStatus() == null) { |
|
|
|
property.setDepositStatus(0); |
|
|
|
} |
|
|
|
String shopNumber = property.getShopNumber(); |
|
|
|
if (StringUtils.isEmpty(shopNumber)) { |
|
|
|
String shopInfo = property.getShopInfo(); |
|
|
|
|