Преглед изворни кода

修改统计逻辑,不算撤销单

anderx пре 1 година
родитељ
комит
d1c64f0ecc
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

+ 2 - 1
src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

@@ -721,7 +721,8 @@
         select
         <include refid="Base_Column_List" />
         from public_release
-        where order_no= #{orderNo}
+        where status in (0,1,2,4)
+        and order_no= #{orderNo}
     </select>
     <select id="selectMyNewPublic" resultMap="BaseResultMap">
         select