java110-db/src/main/resources/mapper/user/OwnerAppUserV1ServiceDaoImplMapper.xml
@@ -60,6 +60,12 @@ <if test="state !=null and state != ''"> and t.state= #{state} </if> <if test="states !=null"> and t.state in <foreach collection="states" item="item" open="(" close=")" separator=","> #{item} </foreach> </if> <if test="appUserId !=null and appUserId != ''"> and t.app_user_id= #{appUserId} </if> @@ -95,7 +101,7 @@ <if test="openId !=null and openId != ''"> , t.open_id= #{openId} </if> <if test="link !=null and link != ''"> <if test="link !=null"> , t.link= #{link} </if> <if test="remark !=null and remark != ''">