修改BUG
This commit is contained in:
parent
8dd85d6fb4
commit
1e332b8dda
@ -87,6 +87,9 @@ public class FlowHitoryUtil {
|
||||
}
|
||||
public String loadJsonData(Map<String,String>param,String isMulti) throws Exception{
|
||||
Map<String, String> resultMap=this.transformtoUpperCase(param);
|
||||
if("jbo.app.tenwa.doc.LB_DOCLIBRARY".equals(this.jboClass)){
|
||||
return "";
|
||||
}
|
||||
BizObjectQuery flowQuery=JBOFactory.createBizObjectQuery(this.jboClass,this.jboSQL);
|
||||
List<String> sqlParam=this.getSQLParam(this.jboWhere);
|
||||
for(int i=0;i<sqlParam.size();i++){
|
||||
|
||||
@ -373,7 +373,7 @@ public class FundIncomeMethod {
|
||||
otherProperty.put("ACCOUNT", boOA.getAttribute("ACC_NAME").getString());
|
||||
otherProperty.put("ACC_NUMBER", boOA.getAttribute("ACC_NUMBER").getString());
|
||||
otherProperty.put("INCOME_ID", bo.getAttribute("ID").getString());
|
||||
otherProperty.put(LC_FUND_INCOME.EBANK_STATUS, "01");
|
||||
otherProperty.put(LC_FUND_INCOME.EBANK_STATUS, "03");
|
||||
DataOperatorUtil.copySingleJBO(LC_FUND_INCOME.CLASS_NAME, fromCondition,LC_FUND_INCOME_TEMP.CLASS_NAME, null, otherProperty,tx);
|
||||
BussinessStatusAndDetailAction.stageRun( tx, userId, contractId, "30");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user