修改变更担保人不能带出问题
This commit is contained in:
parent
b32d2c696f
commit
49de922d35
@ -36,6 +36,7 @@ public class SuretyBasicInfoAppInfoSaveDoManage extends AbstractAweDoSaveManage
|
||||
public Map<String, Object> DefaultSave(HttpServletRequest request, Transaction sqlca, JBOTransaction tx, ReturnMapUtil ReturnMapUtil) throws Exception {
|
||||
String flowUnid = fieldMap.get("flowunid") == null ? "" : fieldMap.get("flowunid").toString();
|
||||
String certid = fieldMap.get("certid") == null ? "" : fieldMap.get("certid").toString();
|
||||
fieldMap.put("project_id", String.valueOf(fieldMap.get("projectid")));
|
||||
CustomerInfoCheck customerInfoCheck = new CustomerInfoCheck();
|
||||
customerInfoCheck.setCertid(certid);
|
||||
customerInfoCheck.setFlowunid(flowUnid);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user