瀏覽代碼

零星支付增加,关心包(充值)类型

周箭河 4 年之前
父節點
當前提交
6df6c7324d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/IndexBaseMonthDataMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/IndexBaseMonthDataMapper.xml

@@ -621,7 +621,7 @@
 		FROM
 			inspection_item_plan
 		WHERE
-			conclusion_status_ = 0
+			conclusion_status_ = 1
 		<if test="organIds!=null and organIds.size()>0">
 			AND organ_id_ IN
 			<foreach collection="organIds" item="organId" open="(" close=")" separator=",">