|
|
|
@ -159,7 +159,7 @@ public class CoreHqlPack {
|
|
|
|
|
|
|
|
|
|
// String Like
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(organize.getName(),"name",result);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(organize.getName(),"organizeCode",result);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(organize.getOrganizeCode(),"organizeCode",result);
|
|
|
|
|
// Number In
|
|
|
|
|
DdlPreparedPack.getInPackList(idList,"id",result);
|
|
|
|
|
return result;
|
|
|
|
|