diff --git a/src/main/resources/mapper/YishengDao.xml b/src/main/resources/mapper/YishengDao.xml index 2bcfd21..3a935fa 100644 --- a/src/main/resources/mapper/YishengDao.xml +++ b/src/main/resources/mapper/YishengDao.xml @@ -1,8 +1,8 @@ - + a.id as id ,a.yisheng_uuid_number as yishengUuidNumber @@ -20,64 +20,77 @@ ,a.yisheng_content as yishengContent ,a.create_time as createTime - SELECT + --- 级联表的字段 - + -- 级联表的字段 FROM yisheng a - + + and a.id in - #{item} + #{item} + and a.yisheng_uuid_number like CONCAT('%',#{params.yishengUuidNumber},'%') + and a.username like CONCAT('%',#{params.username},'%') + and a.password like CONCAT('%',#{params.password},'%') + and a.yisheng_name like CONCAT('%',#{params.yishengName},'%') + and a.yisheng_types = #{params.yishengTypes} + and a.zhiwei_types = #{params.zhiweiTypes} + and a.yisheng_zhichneg like CONCAT('%',#{params.yishengZhichneg},'%') + and a.yisheng_phone like CONCAT('%',#{params.yishengPhone},'%') + and a.yisheng_guahao like CONCAT('%',#{params.yishengGuahao},'%') + and a.yisheng_email like CONCAT('%',#{params.yishengEmail},'%') + = #{params.yishengNewMoneyStart} ]]> + + and a.yisheng_content like CONCAT('%',#{params.yishengContent},'%') - - - order by a.${params.orderBy} desc + + order by a.${params.orderBy} desc - \ No newline at end of file