gaodd 1 rok temu
rodzic
commit
b439275633

+ 1 - 1
src/main/java/com/chinaitop/depot/business/mapper/BusinessDrugPurchaseMapper.xml

@@ -402,7 +402,7 @@
402
     business_approval b
402
     business_approval b
403
     <where>a.process_instance_id = b.process_instance_id
403
     <where>a.process_instance_id = b.process_instance_id
404
       AND a.
404
       AND a.
405
-      audit_state != 0
405
+      audit_state = 1<!-- 审批 -->
406
       AND a.apply_number=b.task_type_name
406
       AND a.apply_number=b.task_type_name
407
       AND b.task_type = 'drugPurchase'
407
       AND b.task_type = 'drugPurchase'
408
       AND b.id in (
408
       AND b.id in (