Commit 772803e9 by 陶光胜

门店保存修改

parent d6432df9
......@@ -193,7 +193,7 @@ public class StoreController extends DownloadUtils {
}
@RequestMapping("online-store-count")
public RestResponse onlineStoreCount(StoreSearchDTO storeSearchDTO){
public RestResponse onlineStoreCount(@RequestBody StoreSearchDTO storeSearchDTO){
storeSearchDTO.setEnterpriseId(UserDetailUtils.getUserDetail().getEnterpriseId());
storeSearchDTO.setStatus(StoreStatusEnum.ONLINE.getCode());
if(UserDetailUtils.getUserDetail().getUserResourceInfo() != null){
......
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