|
@@ -682,8 +682,9 @@ public class BizReturnReceiptController extends BaseController
|
|
bizProcessInspecion.setCarrierCode(lastProcess.getCarriers().isEmpty() ? "" : lastProcess.getCarriers().get(0).getCode());
|
|
bizProcessInspecion.setCarrierCode(lastProcess.getCarriers().isEmpty() ? "" : lastProcess.getCarriers().get(0).getCode());
|
|
bizProcessInspecion.setDayworkItemId(lastProcess.getDayworkItemId());
|
|
bizProcessInspecion.setDayworkItemId(lastProcess.getDayworkItemId());
|
|
bizProcessInspecion.setTenantId(getLoginUser().getTenantId());
|
|
bizProcessInspecion.setTenantId(getLoginUser().getTenantId());
|
|
- bizProcessInspecion.setUserId(getLoginUser().getUserId());
|
|
|
|
- bizProcessInspecion.setUserName(getLoginUser().getUser().getUserName());
|
|
|
|
|
|
+// bizProcessInspecion.setUserId(getLoginUser().getUserId());
|
|
|
|
+// bizProcessInspecion.setUserName(getLoginUser().getUser().getUserName());
|
|
|
|
+ bizProcessInspecion.setReviewerId(getLoginUser().getUserId());
|
|
bizProcessInspecion.setNickName(getLoginUser().getUser().getNickName());
|
|
bizProcessInspecion.setNickName(getLoginUser().getUser().getNickName());
|
|
bizProcessInspecion.setReturnReceiptDetailId(lastProcess.getId());
|
|
bizProcessInspecion.setReturnReceiptDetailId(lastProcess.getId());
|
|
bizProcessInspecion.setType("outsourcedInspector");
|
|
bizProcessInspecion.setType("outsourcedInspector");
|