Commit 02e8c11b by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents 9ac2df2c 1c15ee26
......@@ -192,6 +192,7 @@ public class StoreServiceImpl implements StoreService {
// storeDTO.getErpStatus() != null &&
StringUtils.isNotBlank(storeDTO.getConactsPhone()) &&
CollectionUtils.isNotEmpty(storeDTO.getBusinessTimeList()) &&
StringUtils.isNotBlank(storeDTO.getBusinessTimeList().get(0).getWeekday()) &&
storeDTO.getStoreGroupId() != null &&
StringUtils.isNotBlank(storeDTO.getBrandIds()) &&
StringUtils.isNotBlank(storeDTO.getProvinces()) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment