f820cfcc5f5ce5faa9af12efe9069bba82958f86..910ca2f0f8594a1353f822d653c88a7924902217
2021-06-28 xiaoyong931011
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
910ca2 diff | tree
2021-06-28 xiaoyong931011
20210628 集物员审核
a37bdd diff | tree
1 files modified
4 ■■■■ changed files
gc-user/src/main/resources/mapper/user/JhyInfoMapper.xml 4 ●●●● patch | view | raw | blame | history
gc-user/src/main/resources/mapper/user/JhyInfoMapper.xml
@@ -19,13 +19,13 @@
    </select>
    <select id="selectJhyInfoList" resultType="com.xzx.gc.user.vo.JhyInfoListVo">
        select * from xzx_jhy_info
        select *,CREATED_TIME createTime from xzx_jhy_info
        <where>
            1=1
            <if test="record.name != null and record.name != ''">
                and (username like CONCAT(CONCAT(#{record.name}, '%'), '%') or phone=#{record.phone})
            </if>
            <if test="record.isJhy != null and record.name != ''">
            <if test="record.isJhy != null and record.isJhy != ''">
                and is_jhy=#{record.isJhy}
            </if>
            <if test="record.status != null">