Helius
2020-12-25 9ee654e9a8e343449509e4aadc4ea2eff1afb921
zq-erp/src/main/resources/mybatis/mapper/hive/SysProjUseDao.xml
@@ -25,6 +25,7 @@
        <result property="projName" column="proj_name"/>
        <result property="deductionNum" column="deductionNum"/>
        <result property="isCourse" column="is_course"/>
        <result property="timeLength" column="time_length"/>
@@ -179,6 +180,9 @@
            <if test="deductionNum != null ">
                deductionNum = #{deductionNum},
            </if>
            <if test="failTime != null ">
                fail_time = #{failTime},
            </if>
        </set>
        WHERE ID = #{id}
@@ -224,7 +228,8 @@
    <select id="selectInPage" resultMap="SysProjUseMap">
        select
        a.*,
        b.TIME_LENGTH
        b.TIME_LENGTH,
        b.img
        from sys_proj_use a
        left join shopping_goods b on a.proj_id=b.id
        where 1=1