Commit b41f264b by fudahua

会员小程序 获取用户信息接口

parent b18a0faf
......@@ -1073,7 +1073,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
@Override
@RedisCache(value = "qrcode=${clerkCode}-${storeId}", timeOut = 10)
@RedisCache(value = "qrcode-${clerkCode}-${storeId}", timeOut = 10)
public ServiceResponse<String> getStaffQrcode(String clerkCode, String storeId) {
ServiceResponse<String> resp = new ServiceResponse<>();
TabHaobanDepartment department = departmentService.selectByRelatedId(storeId);
......
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