Commit c35ebc51 by qwmqiuwenmin

Merge branch 'developer' of http://115.159.76.241/haoban3.0/haoban-manage3.0.git into developer

parents 98592885 9096bc8c
......@@ -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