Commit ed6d9ad3 by zhiwj

代码规范

parent 2c78c0f8
......@@ -60,12 +60,9 @@ public class StoreRegionApiServiceImpl implements StoreRegionApiService {
regionId = storeRegionService.save(enterpriseId, regionCode, regionName);
storeRegionRelService.saveByOwner(enterpriseId, regionId);
enterpriseInitApiService.createStoreRegion(enterpriseId);
// LogUtils.saveAddLog(storeRegionDTO);
}else {
/*
修改
*/
/*
判断门店域是自己的 还是授权过来的
*/
boolean own = storeRegionRelService.validIsOwn(enterpriseId, regionId);
......
......@@ -44,7 +44,7 @@ import java.util.Map;
* @ClassName: StoreTagController
* @Description:
* @author zhiwj
* @date 2020-09-09 19:07
* @date 2020-09-09 19:23
*/
@RestController
@RequestMapping("/store-tag")
......
......@@ -10,7 +10,7 @@ import java.io.Serializable;
* @ClassName: StoreStatusSettingVO
* @Description:
* @author zhiwj
* @date 2020-09-09 19:07
* @date 2020-09-09 19:21
*/
public class StoreStatusSettingVO implements Serializable {
......
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