Commit e797cc7d authored by 廖旭伟's avatar 廖旭伟

Merge remote-tracking branch 'origin/master'

parents d60c40be 05a11576
......@@ -68,7 +68,7 @@ public class StaffPerformSummaryServiceImpl extends AbstractCRUDServiceImpl<Staf
weightPdu = JSONObject.parseObject(value,WeightPdu.class);
}
for(StaffPerformSummaryEntity item:list) {
StaffEntity staffEntity = staffService.get(item.getStaffId());
StaffEntity staffEntity = staffService.getCache(item.getStaffId().toString());
if(staffEntity!=null){
item.setWorkNum(staffEntity.getWorkNum());
item.setPhoneNumber(staffEntity.getPhoneNumber());
......
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