소스 검색

Merge branch 'master' of huangrui/CostAccount into dev

lijiaxi 4 년 전
부모
커밋
85910af418
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/resources/mapper/CostCostingGroupMapper.xml

+ 2 - 0
src/main/resources/mapper/CostCostingGroupMapper.xml

@@ -107,6 +107,8 @@
         <if test="accountCode != null and accountCode != ''">
             and ccg.account_code = #{accountCode}
         </if>
+        and cp.delete_time = 0
+        and ccg.delete_time = 0
         and cr.delete_time = 0
         and ca.delete_time = 0
     </select>