瀏覽代碼

08 28 04 归集列表

hr 4 年之前
父節點
當前提交
9730975f30
共有 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>