Explorar el Código

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

anderx hace 1 año
padre
commit
111c774a31

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

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