Helius
2020-12-25 0ac5bdd7425f8366d63c16b42a4f563984c1db97
zq-erp/src/main/resources/mybatis/mapper/hive/SysProjUseDao.xml
@@ -424,8 +424,11 @@
    <!-- 根据对象查询 -->
    <select id="selectByModel" resultMap="SysProjUseMap">
        select
        a.*
        a.*,
        b.time_length,
        b.img
        from sys_proj_use a
        left join shopping_goods b on a.proj_id=b.id
        where 1=1
        <if test="record!=null">
            <if test="record.id != null and record.id !='' ">