Cnd cnd = Cnd.where("regUserType","=",type).and("states", "=", state).and("merchantId", "=", merchantId);
我调用dao.count(users.class,cnd)的时候,该方法返回值为0;但我把生成的sql在数据库执行执行的时候回显示统计的条数为1;神马情况兽总...
8 回复
@wendal int type,
int type,String state, long merchantId
@wendal 但是生成的sql执行就会获得统计条数
@wendal SELECT COUNT(*) FROM r_regUser WHERE regUserType=1 AND states='0' AND merchantId=3生成的sql是这样的,我把sql放到数据的时候能查出数据时1
添加回复
请先登陆