2
0
Просмотр исходного кода

Merge branch 'master' of huangrui/CostAccount into dev

lijiaxi 4 лет назад
Родитель
Сommit
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>