|
@@ -63,10 +63,10 @@ public class DispatchMidController implements Serializable {
|
|
|
|
|
|
minInfo.set("nckd_changemode", "调出");
|
|
|
minInfo.set("nckd_user_out", jsonObject.getString("sendUser"));
|
|
|
- minInfo.set("nckd_user_in", jsonObject.getString("recieveUser"));
|
|
|
+ minInfo.set("nckd_user_in", jsonObject.getString("receiveUser"));
|
|
|
minInfo.set("nckd_org_out", jsonObject.getString("outOrgId"));
|
|
|
minInfo.set("nckd_org_in", jsonObject.getString("orgId"));
|
|
|
- minInfo.set("nckd_used_user", jsonObject.getString("user"));
|
|
|
+ minInfo.set("nckd_used_user", jsonObject.getString("receiveUser"));
|
|
|
minInfo.set("nckd_direction", jsonObject.getString("direction"));
|
|
|
minInfo.set("nckd_storeplace", jsonObject.getString("storeplace"));
|
|
|
} else if ("1".equals(dispatchType)) {
|
|
@@ -79,9 +79,9 @@ public class DispatchMidController implements Serializable {
|
|
|
minInfo = BusinessDataServiceHelper.newDynamicObject("nckd_e_change_mid");
|
|
|
}
|
|
|
minInfo.set("nckd_user_out", jsonObject.getString("sendUser"));
|
|
|
- minInfo.set("nckd_user_in", jsonObject.getString("recieveUser"));
|
|
|
+ minInfo.set("nckd_user_in", jsonObject.getString("receiveUser"));
|
|
|
minInfo.set("nckd_org_in", jsonObject.getString("orgId"));
|
|
|
- minInfo.set("nckd_used_user", jsonObject.getString("user"));
|
|
|
+ minInfo.set("nckd_used_user", jsonObject.getString("receiveUser"));
|
|
|
minInfo.set("nckd_direction", jsonObject.getString("direction"));
|
|
|
minInfo.set("nckd_storeplace", jsonObject.getString("storeplace"));
|
|
|
} else if ("2".equals(dispatchType)) {
|