自动化立体仓库 - WMS系统
zhang
2025-05-23 9220d57a83cc527cac2a33625fe518b5a03f0def
src/main/resources/mapper/nc/NccSaleXsfhmxWmsMapper.xml
@@ -77,6 +77,9 @@
            <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="wmsMemo" column="wms_memo" />
    </resultMap>
    <sql id="Base_Column_List">
@@ -94,6 +97,13 @@
        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 limit 100
    </select>
</mapper>