797a3f2714e06c389cbbc1e900d48f435c261905..96d766d5cd73abe3291454bc77102ce5e564b0e4
2025-05-23 lty
#
96d766 对比 | 目录
2025-05-23 lty
#字段显示
0b3d30 对比 | 目录
2个文件已修改
15 ■■■■ 已修改文件
src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkDetlMapper.xml 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml
@@ -982,11 +982,11 @@
    devpPlcId: ${wcs-slave.devp[1].id}
    staArr: 203
  led[23]:
    id: 205
    id: 204
    ip: 10.10.10.74
    port: 5005
    devpPlcId: ${wcs-slave.devp[1].id}
    staArr: 205
    staArr: 204
  led[24]:
    id: 206
    ip: 10.10.10.75
src/main/resources/mapper/WrkDetlMapper.xml
@@ -24,10 +24,19 @@
        <result column="modi_time" property="modiTime" />
        <result column="appe_user" property="appeUser" />
        <result column="appe_time" property="appeTime" />
        <result column="batch" property="batch"/>
        <result column="order_no" property="orderNo"/>
        <result column="out_order_no"   property="outOrderNo"/>
        <result column="weight" property="weight"/>
        <result column="length" property="length"/>
        <result column="pro_type" property="proType"/>
        <result column="supp" property="supp"/>
        <result column="supp_code" property="suppCode"/>
        <result column="temp1" property="temp1"/>
    </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,order_no,out_order_no,weight,length,pro_type,supp,supp_code,temp1 from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
    </select>
    <update id="updateIoTime">