hejiahui 2 年之前
父節點
當前提交
49317652d0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/com/steerinfo/dil/mapper/AmsContractTruckPriceMapper.xml

+ 1 - 0
src/main/resources/com/steerinfo/dil/mapper/AmsContractTruckPriceMapper.xml

@@ -730,6 +730,7 @@
 --     where a_t_price.DELETED = 0
 --     and a_t_price.TYPE = 1 and a_t_price.DEPARTMENT = 2
     <where>
+        TYPE=1
         <if test="deleted != null">
           and a_t_price.DELETED = #{deleted}
         </if>