代码冲突
This commit is contained in:
parent
4a2fac8c4d
commit
2626867d05
@ -148,7 +148,10 @@ 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();
|
||||
// 判断是否存在,不存在就从配置表倒到临时表
|
||||
|
||||
@ -85,10 +85,7 @@ public class DocListInitAction {
|
||||
relativeid = rela.getAttribute("id").getString();
|
||||
for (int i = 0; i < 10; i++)
|
||||
ARE.getLog().info("relativeid:"+relativeid);
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
>>>>>>> branch 'develop' of http://git2.tenwa.com.cn/ApzlDev/apzl_leasing.git
|
||||
List<BizObject> configList = configBm.createQuery(
|
||||
"doc_Class_Itemno in (" + docno + ")").getResultList(false);
|
||||
for (BizObject config : configList) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user