|
|
@ -1173,8 +1173,8 @@ public class WmsHqlPack {
|
|
|
|
//查询参数封装
|
|
|
|
//查询参数封装
|
|
|
|
DdlPreparedPack.getStringLikerPack(wmsActionStepType.getAtNameC(), "atNameC", result);
|
|
|
|
DdlPreparedPack.getStringLikerPack(wmsActionStepType.getAtNameC(), "atNameC", result);
|
|
|
|
DdlPreparedPack.getStringLikerPack(wmsActionStepType.getFunCallName(), "funCallName", result);
|
|
|
|
DdlPreparedPack.getStringLikerPack(wmsActionStepType.getFunCallName(), "funCallName", result);
|
|
|
|
|
|
|
|
DdlPreparedPack.getNumEqualPack(wmsActionStepType.getIsValid(), "isValid", result);
|
|
|
|
getStringBuilderPack(wmsActionStepType, result);
|
|
|
|
DdlPreparedPack.getNumEqualPack(CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue(), "isDeleted", result);
|
|
|
|
|
|
|
|
|
|
|
|
return result;
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
}
|
|
|
|