|
|
@@ -1828,8 +1828,8 @@ ifnull(ttm.party_amount,0) partyAmount,a.commodity_price commodityPrice,a.outsou
|
|
|
b.contract_no contractNo ,b.order_no orderNo ,e.buyer_name userName,bc.cname ,a.commodity_name pname,ta.name techName,td.name techDepName,
|
|
|
a.status projectStatus,a.id,
|
|
|
<if test="status==1">
|
|
|
- a.set_up_status setUpStatus ,a.set_up_time setUpTime ,a.spot_check_status spotCheckStatus ,b.contact_mobile contactMobile , b.legal_person_tel legalPersonTel ,
|
|
|
- a.certificate_number certificateNumber,a.declaration_batch declarationBatch,
|
|
|
+ a.set_up_status setUpStatus , date_format( a.set_up_time , '%Y-%m-%d' ) setUpTime ,a.spot_check_status spotCheckStatus ,b.contact_mobile contactMobile ,
|
|
|
+ b.legal_person_tel legalPersonTel , a.certificate_number certificateNumber,a.declaration_batch declarationBatch,
|
|
|
</if>
|
|
|
<if test="status==2">
|
|
|
date_format(a.licence_time, '%Y-%m-%d %H:%i:%S' ) licenceTime,
|