inventory-server/src/main/resources/mapper/SaleMapper.xml
@@ -1,6 +1,12 @@ <?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"> <mapper namespace="com.yuanchu.mom.mapper.SaleMapper"> <!--批量删除--> <update id="delAllSale"> update mom_ocean.sale set state=0 where id in (${ids}) </update> <select id="selectSaleList" resultType="java.util.Map"> select id, order_number,