|
@@ -1,7 +1,7 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.fjhx.wms.mapper.stock.StockWaitMapper">
|
|
<mapper namespace="com.fjhx.wms.mapper.stock.StockWaitMapper">
|
|
- <select id="getPage" resultType="com.fjhx.wms.entity.stock.vo.StockWaitVo">
|
|
|
|
|
|
+ <select id="getPage1" resultType="com.fjhx.wms.entity.stock.vo.StockWaitVo">
|
|
SELECT
|
|
SELECT
|
|
sw.id,
|
|
sw.id,
|
|
swd.id stockWaitDetailsId,
|
|
swd.id stockWaitDetailsId,
|
|
@@ -24,4 +24,22 @@
|
|
${ew.customSqlSegment}
|
|
${ew.customSqlSegment}
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
+ <select id="getPage" resultType="com.fjhx.wms.entity.stock.vo.StockWaitVo">
|
|
|
|
+ SELECT
|
|
|
|
+ sw.id,
|
|
|
|
+ sw.type,
|
|
|
|
+ sw.business_id,
|
|
|
|
+ sw.business_code,
|
|
|
|
+ sw.business_type,
|
|
|
|
+ sw.`status`,
|
|
|
|
+ sw.create_user,
|
|
|
|
+ sw.create_time,
|
|
|
|
+ sw.update_user,
|
|
|
|
+ sw.update_time,
|
|
|
|
+ sw.victoriatourist_json
|
|
|
|
+ FROM
|
|
|
|
+ stock_wait sw
|
|
|
|
+ ${ew.customSqlSegment}
|
|
|
|
+ </select>
|
|
|
|
+
|
|
</mapper>
|
|
</mapper>
|