|
|
@ -38,6 +38,12 @@ public class ZOA_FICO_COC_CREATIONAction extends BaseBean implements Action, Esb
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|
private RequestInfo requestInfoTemp;
|
|
|
|
private RequestInfo requestInfoTemp;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
|
|
|
private ZOA_FICO_COC_CREATION zoaFicoCocCreation;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
|
|
|
private ZOA_FICO_COC_CHANGE zoaFicoCocChange;
|
|
|
|
|
|
|
|
|
|
|
|
private static final Logger logger_8236b79b = LoggerFactory.getLogger(ZOA_FICO_COC_CREATIONAction.class);
|
|
|
|
private static final Logger logger_8236b79b = LoggerFactory.getLogger(ZOA_FICO_COC_CREATIONAction.class);
|
|
|
|
|
|
|
|
|
|
|
|
public ZOA_FICO_COC_CREATIONAction() {
|
|
|
|
public ZOA_FICO_COC_CREATIONAction() {
|
|
|
@ -67,10 +73,10 @@ public class ZOA_FICO_COC_CREATIONAction extends BaseBean implements Action, Esb
|
|
|
|
String[] returnStr = null;
|
|
|
|
String[] returnStr = null;
|
|
|
|
if ("0".equals(sqyw)) {
|
|
|
|
if ("0".equals(sqyw)) {
|
|
|
|
// 新增
|
|
|
|
// 新增
|
|
|
|
returnStr = Getexecute(map);
|
|
|
|
returnStr = zoaFicoCocCreation.Getexecute(map);
|
|
|
|
} else if ("1".equals(sqyw)) {
|
|
|
|
} else if ("1".equals(sqyw)) {
|
|
|
|
// 修改
|
|
|
|
// 修改
|
|
|
|
returnStr = Getexecute(map);
|
|
|
|
returnStr = zoaFicoCocChange.Getexecute(map);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (returnStr != null && returnStr.length > 0) {
|
|
|
|
if (returnStr != null && returnStr.length > 0) {
|
|
|
|
String e_istat = String.valueOf(returnStr[0]);
|
|
|
|
String e_istat = String.valueOf(returnStr[0]);
|
|
|
|