|
@@ -58,7 +58,7 @@ public class WarehousingOrderProvider implements BeanWorkFlowProvider {
|
|
|
}
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy年MM月dd日 HH:mm");
|
|
|
String staffName = "XXX";
|
|
|
- CommonStaff commitUserInfo = staffService.getInfo(AuthSecurityUtils.getCurrentUserId());
|
|
|
+ CommonStaff commitUserInfo = staffService.getInfo(list.get(0).getCreateUserId());
|
|
|
if (commitUserInfo != null) {
|
|
|
staffName = commitUserInfo.getMajorRole() != null
|
|
|
? commitUserInfo.getMajorRole().getRoleName() + " " + commitUserInfo.getStaffName()
|