Commit 9592eb89 by 陶光胜

门店导出修改

parent 4a0f787c
......@@ -37,7 +37,7 @@ public interface ClerkApiService {
/** @Description: 通过导购code查询导购
* @author taogs
* @Date 19:52 2020/1/8
* @Date 20:04 2020/1/8
* @Param
* @return
*/
......
......@@ -176,7 +176,7 @@ public class StoreApiServiceImpl implements StoreApiService {
// 更新缓存
refreshCache(storeDTO.getEnterpriseId(), storeDTO.getStoreId());
return ServiceResponse.success();
return ServiceResponse.success(storeDTO.getStoreId());
}
@Override
......
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