Browse Source

08 28 04 归集列表

hr 4 years ago
parent
commit
9730975f30
1 changed files with 2 additions and 0 deletions
  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 != ''">
         <if test="accountCode != null and accountCode != ''">
             and ccg.account_code = #{accountCode}
             and ccg.account_code = #{accountCode}
         </if>
         </if>
+        and cp.delete_time = 0
+        and ccg.delete_time = 0
         and cr.delete_time = 0
         and cr.delete_time = 0
         and ca.delete_time = 0
         and ca.delete_time = 0
     </select>
     </select>