Commit 55ba531f authored by licc's avatar licc

咨询审核接口update2

parent c2c9baf3
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
a.user_id as userId, a.user_id as userId,
a.head_image as headImage a.head_image as headImage
from shop_zx b left join user_info a ON a.invite_code=b.invite_code from shop_zx b left join user_info a ON a.invite_code=b.invite_code
WHERE zx_to_examine != 0 WHERE zx_to_examine = 1
AND a.user_id !=0 AND a.user_id !=0
order by zxid desc limit #{pageNum},#{pageSize} order by zxid desc limit #{pageNum},#{pageSize}
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment