修改产品复制方法

This commit is contained in:
zhulianghua 2018-08-08 09:59:31 +08:00
parent 53edac1b68
commit 5862350292

View File

@ -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();