瀏覽代碼

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

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