hejiahui 2 anni fa
parent
commit
49317652d0

+ 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>