树DEMO 功能完成

yun-zuoyi
wei.peng 6 years ago
parent 6cd229e286
commit d7cb05e390

@ -109,6 +109,20 @@ public class CoreHqlPack {
return result;
}
/**
*
* @param position
* @return
*/
public static DdlPackBean packHqlSysPositionList(SysPosition position){
DdlPackBean result = new DdlPackBean();
// 查询参数封装
DdlPreparedPack.getStringEqualPack(position.getOrganizeCode(),"organizeCode",result);
return result;
}
/**
*

Loading…
Cancel
Save