新购接口优化

This commit is contained in:
sxu 2024-11-05 17:46:30 +08:00
parent ba8c463094
commit a3bab5db4a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<sql id="selectPurchaseCheckInfoBaseSQL"> <sql id="selectPurchaseCheckInfoBaseSQL">
select select
id, task_id, purchase_time, arrival_time, purchaser, tax_rate, reate_by, id, task_id, purchase_time, arrival_time, purchaser, tax_rate, create_by,
create_time, update_by, update_time, remark, company_id create_time, update_by, update_time, remark, company_id
from from
purchase_check_info purchase_check_info