Commit 90baa9ad authored by mx's avatar mx Committed by 王琮

bug

parent dab676b9
......@@ -112,10 +112,10 @@
select *
from sys_user
where del_flag = 0
and user_type = 0
and identity = 1
and user_type = 0
and (identity = 2 or identity = 1)
<if test="entity.phone !=null and entity.phone != '' ">
and phone = #{entity.phone}
and phone = #{entity.phone}
</if>
</select>
......@@ -280,6 +280,8 @@
<if test="entity.nltBzLabel != null">nlt_bz_label = #{entity.nltBzLabel},</if>
<if test="entity.password != null">password = #{entity.password},</if>
<if test="entity.glFlag != null">gl_flag = #{entity.glFlag},</if>
<if test="entity.addressLabel != null">address_label = #{entity.addressLabel} ,</if>
<if test="entity.positionLabel != null">position_label = #{entity.positionLabel},</if>
</trim>
where business_id = #{entity.businessId}
</update>
......
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