添加日志

otherMap key 修改

APP
This commit is contained in:
zhouyahui 2018-08-23 19:17:02 +08:00
parent 1b826f90ee
commit 8a36a01c00
2 changed files with 5 additions and 2 deletions

View File

@ -148,7 +148,9 @@ public class InitDocListTools {
: customerInfo.getAttribute("CUSTOMERTYPE")
.toString();
}
other.put("customerType", customerType);
for (int i = 0; i < 10; i++)
ARE.getLog().info("customerType:"+customerType);
other.put("CustomerType", customerType);
@SuppressWarnings("deprecation")
Configure CurConfig = Configure.getInstance();
// 判断是否存在不存在就从配置表倒到临时表

View File

@ -83,7 +83,8 @@ public class DocListInitAction {
relaBm.saveObject(rela);
}
relativeid = rela.getAttribute("id").getString();
for (int i = 0; i < 10; i++)
ARE.getLog().info("relativeid:"+relativeid);
List<BizObject> configList = configBm.createQuery(
"doc_Class_Itemno in (" + docno + ")").getResultList(false);
for (BizObject config : configList) {