Commit 8936486f by 陶光胜

门店保存修改

parent d5f9e565
......@@ -193,8 +193,7 @@ public class StoreController extends DownloadUtils {
}
@RequestMapping("online-store-count")
public RestResponse onlineStoreCount(){
StoreSearchDTO storeSearchDTO = new StoreSearchDTO();
public RestResponse onlineStoreCount(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