实现lsfx-mock全命中SQL对齐
This commit is contained in:
@@ -460,7 +460,7 @@ def build_special_amount_transaction_samples(group_id: int, log_id: int, **kwarg
|
||||
customer_name="兰溪特别金额结算中心",
|
||||
user_memo="特殊金额转账",
|
||||
cash_type="转账支出",
|
||||
dr_amount=88888.88,
|
||||
dr_amount=1314.0,
|
||||
le_name=context["le_name"],
|
||||
account_mask_no=context["account_no"],
|
||||
customer_account_mask_no="6222024888800002",
|
||||
@@ -477,8 +477,8 @@ def build_suspicious_income_keyword_samples(group_id: int, log_id: int, **kwargs
|
||||
trx_datetime=REFERENCE_NOW - timedelta(days=3, hours=5),
|
||||
cret_no=context["staff_id_card"],
|
||||
customer_name="灰度信息咨询有限公司",
|
||||
user_memo="咨询返现收入",
|
||||
cash_type="对公转账",
|
||||
user_memo="劳务费发放",
|
||||
cash_type="劳务费入账",
|
||||
cr_amount=166666.0,
|
||||
le_name=context["le_name"],
|
||||
account_mask_no=context["account_no"],
|
||||
@@ -671,6 +671,8 @@ def build_monthly_fixed_income_samples(group_id: int, log_id: int, **kwargs) ->
|
||||
family_id_cards=kwargs.get("family_id_cards"),
|
||||
)
|
||||
income_months = [
|
||||
datetime(2025, 10, 5, 9, 0, 0),
|
||||
datetime(2025, 11, 5, 9, 0, 0),
|
||||
datetime(2025, 12, 5, 9, 0, 0),
|
||||
datetime(2026, 1, 5, 9, 0, 0),
|
||||
datetime(2026, 2, 5, 9, 0, 0),
|
||||
@@ -716,7 +718,7 @@ def build_fixed_counterparty_transfer_samples(
|
||||
group_id,
|
||||
log_id,
|
||||
trx_datetime=trx_datetime,
|
||||
cret_no=subjects["secondary"],
|
||||
cret_no=subjects["primary"],
|
||||
customer_name="兰溪零工服务有限公司",
|
||||
user_memo="季度稳定兼职收入",
|
||||
cash_type="对私转账",
|
||||
|
||||
Reference in New Issue
Block a user