pjb
2024-06-24 67ab31a722e788e748befb37024c0879159a660a
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="batch" property="batch" />
        <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, mat_no as matnr, mat_name as maktx, qty as anfme ,specs from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
        select wrk_no, mat_no as matnr, mat_name as maktx, qty as anfme ,specs, supplier as batch from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
    </select>
    <update id="updateIoTime">