| | |
| | | <result property="hwmc" column="HWMC" /> |
| | | <result property="hts" column="HTS" /> |
| | | <result property="bts" column="BTS" /> |
| | | <result property="wmsFlag" column="wms_flag" /> |
| | | <result property="wmsMemo" column="wms_memo" /> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | |
| | | BMMC,PDRBM,PDRMC,FBILLFLAG,VNOTE, |
| | | WLBM,WLMC,VBATCHCODE,PK_BATCHCODE,ZMSL, |
| | | TMSL,ZMZSL,PDSL,SPZSL,HWBM, |
| | | HWMC,HTS,BTS |
| | | HWMC,HTS,BTS,wms_flag |
| | | </sql> |
| | | |
| | | <select id="selectPdd" resultType="java.lang.String"> |
| | | select distinct VBILLCODE |
| | | from ncc_ck_pdd_wms |
| | | where wms_flag != 1 and FBILLFLAG = 2 and hdr =0 and bdr =0 limit 100 |
| | | </select> |
| | | </mapper> |