Browse Source

订单开票审核负责人开发

anderx 3 years ago
parent
commit
b32f0433ac

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TOrderPaymentMapper.xml

@@ -397,7 +397,7 @@ select a.id,a.tid,a.node_id nodeId,a.payment_type paymentType,a.company_name com
   <select id="selectByTid" resultType="com.goafanti.organization.bo.outOrderPayment">
 		select a.id,a.tid,a.node_id nodeId,a.payment_type paymentType,a.company_name companyName,a.quantity,choose_type chooseType,tpc.id tpcId,
 	  a.payment_status paymentStatus, a.status,a.payment_amount paymentAmount,a.remarks ,tpc.company_name tpcName,d.finance_name financeName ,
-	  c.order_no orderNo,date_format(a.create_time,'%Y-%m-%d %H:%i:%s')createTimes,a.application_amount applicationAmount,d.finance_name  examineName
+	  c.order_no orderNo,date_format(a.create_time,'%Y-%m-%d %H:%i:%s')createTimes,a.application_amount applicationAmount
 	 from t_order_payment a	 left join t_order_task c on a.tid=c.id left join t_order_mid d on c.order_no=d.order_no
 	 left join third_party_company tpc on tpc.id=a.tpc_id where  a.tid= #{tid}
 	 <if test="chooseType != null">

+ 0 - 7
src/main/java/com/goafanti/organization/bo/outOrderPayment.java

@@ -87,7 +87,6 @@ public class outOrderPayment {
 	 * @mbg.generated  Tue Jul 07 11:46:04 CST 2020
 	 */
 	private String aname;
-	private String examineName;
 
 	/**
 	 * Database Column Remarks: 流程状态 0发起 1咨询师管理员 2财务 This field was generated by MyBatis Generator. This field corresponds to the database column t_order_payment.process_status
@@ -95,13 +94,7 @@ public class outOrderPayment {
 	 */
 	private Integer processStatus;
 
-	public String getExamineName() {
-		return examineName;
-	}
 
-	public void setExamineName(String examineName) {
-		this.examineName = examineName;
-	}
 
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_payment.id