Commit dcde281c by 陶光胜

门店标签兼容

parent 0c82027a
......@@ -95,7 +95,7 @@ public class StoreController extends DownloadUtils {
@RequestMapping("/save-store")
public RestResponse saveOrUpdate(@Validated({StoreQO.SaveValidView.class}) StoreQO storeQO) {
logger.info("门店参数:{}", JSON.toJSONString(storeQO));
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
StoreDTO storeDTO = EntityUtil.changeEntityByOrika(StoreDTO.class, storeQO);
storeDTO.setEnterpriseId(enterpriseId);
......
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