野心家
2024-04-26 921f4f2ad9adb1c8b78bc90b0165f86c07173175
src/main/resources/mapper/WrkDetlMapper.xml
@@ -9,6 +9,7 @@
        <result column="matnr" property="matnr" />
        <result column="maktx" property="maktx" />
        <result column="specs" property="specs" />
        <result column="model" property="model" />
        <result column="size" property="size" />
        <result column="color" property="color" />
        <result column="weight" property="weight" />
@@ -27,7 +28,7 @@
    </resultMap>
    <select id="findByWorkNo" resultMap="BaseResultMap">
        select wrk_no, matnr, maktx, anfme ,specs from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
        select wrk_no, matnr, maktx, anfme ,specs,model from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
    </select>
    <update id="updateIoTime">