src/main/resources/mapper/third/ExdOutstockSourceMapper.xml
@@ -55,7 +55,13 @@ <select id="listOrderNo" resultType="java.lang.String"> select distinct fbillno from Exd_Outstock_Source where status = 0 where status in (0,4) </select> <select id="deletelistOrderNo" resultType="java.lang.String"> select distinct fbillno from Exd_Outstock_Source where status = 5 </select>