|
|
|
@ -16,6 +16,7 @@ import cn.estsh.i3plus.pojo.wms.bean.template.BasImportTemplateDetails;
|
|
|
|
|
import cn.estsh.i3plus.pojo.wms.dbinterface.WmsInterfaceDataMapper;
|
|
|
|
|
import cn.estsh.i3plus.pojo.wms.engine.rule.EngineRulePersistence;
|
|
|
|
|
import cn.estsh.i3plus.pojo.wms.engine.script.EngineScriptPersistence;
|
|
|
|
|
import cn.estsh.i3plus.pojo.wms.engine.script.EngineScriptPersistenceHistory;
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
import com.google.common.base.Strings;
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
@ -2279,6 +2280,14 @@ public class WmsHqlPack {
|
|
|
|
|
return packBean;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static DdlPackBean packHqlWmsScriptHistory(EngineScriptPersistenceHistory history) {
|
|
|
|
|
DdlPackBean packBean = new DdlPackBean();
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(history.getScriptNo(), "scriptNo", packBean);
|
|
|
|
|
getStringBuilderPack(history, packBean);
|
|
|
|
|
|
|
|
|
|
return packBean;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 供应商窗口时间 条件封装
|
|
|
|
|
*
|
|
|
|
|