|
|
|
@ -201,8 +201,8 @@ public class DgApplyAmountInfoController implements DgApplyAmountInfoControllerA |
|
|
|
|
for (BusinessApplicationListResponse response:list) { |
|
|
|
|
for(LinkedHashMap res : employeeMessage){ |
|
|
|
|
if(response.getPresenterId().equals(res.get("id"))){//如果提单人id相同情况下,就往对象里面赋值
|
|
|
|
|
response.setAccount(JSONObject.toJSONString(res.get("account"))); |
|
|
|
|
response.setDeptName(JSONObject.toJSONString(res.get("deptName"))); |
|
|
|
|
response.setAccount(JSONObject.toJSONString(res.get("account")).replace("\"","")); |
|
|
|
|
response.setDeptName(JSONObject.toJSONString(res.get("deptName")).replace("\"","")); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|