新购接口优化
This commit is contained in:
parent
ba8c463094
commit
a3bab5db4a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue