Commit 58aaab73 by 陶光胜

门店授权

parent 08c8ded3
......@@ -90,7 +90,6 @@ public class StoreGroupController {
private StoreGroupDTO transferQoToDTO(StoreGroupQO storeGroupQO) {
StoreGroupDTO storeGroupDTO = EntityUtil.changeEntityNew(StoreGroupDTO.class, storeGroupQO);
storeGroupDTO.setEnterpriseId(StoreGroupConstant.TEST_ENTERPRISE_ID);
return storeGroupDTO;
}
}
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