|
|
|
@ -3144,7 +3144,7 @@ public class WmsHqlPack {
|
|
|
|
|
public static DdlPackBean packHqlBasImportTemplate(BasImportTemplate template) {
|
|
|
|
|
DdlPackBean result = new DdlPackBean();
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(template.getTemplateName(), "templateName", result);
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(template.getTemplateCode(), "templateCode", result);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(template.getTemplateCode(), "templateCode", result);
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(template.getGroupName(), "groupName", result);
|
|
|
|
|
getStringBuilderPack(template, result);
|
|
|
|
|
return result;
|
|
|
|
|