自动化立体仓库 - WMS系统
#
Junjie
2025-10-21 518121d2718b87d99b12c1b29601dd2c07f6f42d
src/main/resources/mapper/nc/NccSaleXsfhmxWmsMapper.xml
@@ -77,6 +77,11 @@
            <result property="gssf" column="GSSF" />
            <result property="kczzbm" column="KCZZBM" />
            <result property="kczzmc" column="KCZZMC" />
            <result property="vnote" column="VNOTE" />
            <result property="wmsFlag" column="wms_flag" />
            <result property="kpkhbm" column="KPKHBM" />
            <result property="kpkhmc" column="KPKHMC" />
        <result property="wmsMemo" column="wms_memo" />
    </resultMap>
    <sql id="Base_Column_List">
@@ -94,6 +99,20 @@
        CFIRSTID,CFIRSTBID,VSRCCODE,CSRCID,CSRCBID,
        DSENDDATE,NTOTALOUTNUM,BOUTENDFLAG,NTOTALNOTOUTNUM,BDR,
        TS,HTS,SHSF,GSSF,KCZZBM,
        KCZZMC
        KCZZMC,VNOTE,wms_flag
    </sql>
    <select id="selectXsfh" resultType="java.lang.String">
        select distinct VBILLCODE
        from ncc_sale_xsfhmx_wms
        where wms_flag != 1 and fstatusflag = 2
        <if test="ids != null">
            and FHCKBM in
            <foreach item="id" collection="ids" separator="," open="(" close=")" index="">
                #{id}
            </foreach>
        </if>
        limit 100
    </select>
</mapper>