1
zhang
2025-08-02 352f73dcbf912a22b2c7c14dc73eebb2fdeef64f
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,memo from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
    </select>
    <update id="updateIoTime">