#
lsh
2023-03-03 669f4a3c5480172a83b94f604f3cd0448ce8aad4
#
2个文件已修改
12 ■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/WrkMast.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkMastMapper.xml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -309,7 +309,7 @@
    @ApiModelProperty(value= "")
    @TableField("Pdc_type")
    private String PdcType;
    private String pdcType;
    @ApiModelProperty(value= "")
    @TableField("ctn_no")
src/main/resources/mapper/WrkMastMapper.xml
@@ -58,7 +58,7 @@
        <result column="log_err_time" property="logErrTime" />
        <result column="log_err_memo" property="logErrMemo" />
        <result column="barcode" property="barcode" />
        <result column="Pdc_type" property="PdcType" />
        <result column="Pdc_type" property="pdcType" />
        <result column="ctn_no" property="ctnNo" />
        <result column="full_plt" property="fullPlt" />
@@ -114,7 +114,7 @@
    </select>
    <select id="selectPakOutStep111215" resultMap="BaseResultMap">
        select top 1 * from dbo.asr_wrk_mast where crn_no=#{crnNo} and wrk_sts in (11,12,13,14,15,16) and io_type>100 order by io_pri desc,io_time,wrk_no asc
        select top 1 * from dbo.asr_wrk_mast where crn_no=#{crnNo} and source_sta_no = #{sourceStaNo} and wrk_sts in (11,12,13,14,15,16) and io_type>100 order by io_pri desc,io_time,wrk_no asc
    </select>
    <select id="selectWorkingOfPakOutBySource" resultMap="BaseResultMap">
@@ -185,6 +185,12 @@
            and crn_no = #{crnNo}
        </if>
    </select>
    <select id="selectAll" resultMap="BaseResultMap">
        select * from dbo.asr_wrk_mast where 1=1
        and wrk_sts!=1 and wrk_sts!=11
        and wrk_sts!=18 and wrk_sts!=9 and wrk_sts &lt; 20 and io_type!=11
        and source_sta_no=#{staNo}
    </select>
    <select id="selectPakinWorkingByGroupLoc" resultMap="BaseResultMap">
        select top 1 *