Commit ee933e0e authored by xiangjiaojunxp's avatar xiangjiaojunxp

物料转换六矿转换

parent 8d23f5db
......@@ -145,6 +145,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM act_supplies_details a
LEFT JOIN act_supplies b ON a.sid = b.id
WHERE a.status = 0
AND a.code IS NOT NULL
</select>
<select id="selectActSuppliesDetailsById" parameterType="Long" resultMap="ActSuppliesDetailsResult">
......
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