修改产品复制方法
This commit is contained in:
parent
53edac1b68
commit
5862350292
@ -482,6 +482,7 @@ public class ProductManager{
|
||||
otherProperty.put("PRODUCTID", id);
|
||||
otherProperty.put("SPECIFICNAME", productName);
|
||||
otherProperty.put("CONFIGFILE", prodId);
|
||||
otherProperty.put("BUSINESSTYPE", id);
|
||||
DataOperatorUtil.copySingleJBO(PRD_SPECIFIC_LIBRARY.CLASS_NAME, fromCondition, PRD_SPECIFIC_LIBRARY.CLASS_NAME, new HashMap<String,String>(), otherProperty, tx);
|
||||
fromCondition.clear();
|
||||
otherProperty.clear();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user