|
|
|
@ -387,6 +387,7 @@ public class SoftSwitchHqlPack {
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bsSuitFile.getSuitCaseCode(),"suitCaseCode",ddlPackBean);
|
|
|
|
|
DdlPreparedPack.getNumEqualPack(bsSuitFile.getSuitCaseId(), "suitCaseId", ddlPackBean);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bsSuitFile.getFileName(), "fileName", ddlPackBean);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bsSuitFile.getFolderPath(), "folderPath", ddlPackBean);
|
|
|
|
|
DdlPreparedPack.timeBuilder(bsSuitFile.getSuitDateTime(), "suitDateTime", ddlPackBean, false, true);
|
|
|
|
|
|
|
|
|
|
ddlPackBean.setOrderByStr(bsSuitFile.orderBy());
|
|
|
|
|