Commit 9e7ba81f authored by 高宇's avatar 高宇

库存管理

parent 459d1098
......@@ -15,7 +15,7 @@
<result column="goods_counts" jdbcType="INTEGER" property="goodsCounts"/>
</resultMap>
<resultMap id="PageResultMap" type="org.rcisoft.bus.wmsgoodsstock.dto.WmsGoodsStockPageResultsDto">
<resultMap id="BasePageResultMap" type="org.rcisoft.bus.wmsgoodsstock.dto.WmsGoodsStockPageResultsDto">
<id column="business_id" jdbcType="INTEGER" property="businessId"/>
<result column="flag" jdbcType="CHAR" property="flag"/>
<result column="del_flag" jdbcType="CHAR" property="delFlag"/>
......@@ -53,7 +53,7 @@
ORDER BY business_id DESC
</select>
<select id="queryWmsGoodsStocksPaged" resultMap="PageResultMap">
<select id="queryWmsGoodsStocksPaged" resultMap="BasePageResultMap">
SELECT
wgs.*,
wg.goods_name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment