gc-user/src/main/resources/mapper/user/AccountMapper.xml | ●●●●● patch | view | raw | blame | history |
gc-user/src/main/resources/mapper/user/AccountMapper.xml
@@ -191,7 +191,7 @@ <if test="record.phone != null and record.phone != ''"> and b.mobile_phone like concat('%',#{record.phone},'%') </if> <if test="record.phone != null and record.phone != ''"> <if test="record.isProhibit != null and record.isProhibit != ''"> and a.is_prohibit = #{record.isProhibit} </if> <if test="record.reserveTimeStart != null">