Commit 5afc2cac by 陶光胜

门店保存修改

parent 14e7319f
......@@ -404,6 +404,9 @@ public class StoreServiceImpl implements StoreService {
@Override
public boolean validateStoreNameIsExist(Integer enterpriseId, Integer regionId, String storeName, Integer storeId) {
if(StringUtils.isBlank(storeName)){
return false;
}
StoreDTO store = new StoreDTO();
store.setEnterpriseId(enterpriseId);
store.setRegionId(regionId);
......
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