| | |
| | | <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"> |
| | |
| | | |
| | | |
| | | <select id="selectXsfh" resultType="java.lang.String"> |
| | | select distinct |
| | | CDELIVERYID |
| | | from ncc_sale_xsfhmx_wms where wms_flag != 1 and fstatusflag = 2 limit 100 |
| | | 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> |