mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 13:42:07 +08:00
账户总览可开票金额筛选首购记录
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
END
|
END
|
||||||
) AS total_spent
|
) AS total_spent
|
||||||
FROM purchase_record
|
FROM purchase_record
|
||||||
where organ_id = #{organId} and is_invocing = '${@com.cf.imes.module.system.enums.pay.InvoiceStatusEnum@INVOICABLE.code}' and deleted = false;
|
where organ_id = #{organId} and is_invocing = '${@com.cf.imes.module.system.enums.pay.InvoiceStatusEnum@INVOICABLE.code}' and deleted = false and initial != true;
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 查询机构下开票金额统计:可开票、开票中、已开票-->
|
<!-- 查询机构下开票金额统计:可开票、开票中、已开票-->
|
||||||
|
|||||||
Reference in New Issue
Block a user