查询分润接口
This commit is contained in:
		| @ -15,13 +15,11 @@ | |||||||
|             od.distrib_amount, |             od.distrib_amount, | ||||||
|             od.create_time, |             od.create_time, | ||||||
|             od.update_time, |             od.update_time, | ||||||
|             od.create_user, |             od.del_flag | ||||||
|             od.update_user, |  | ||||||
|             od.is_deleted |  | ||||||
|         from |         from | ||||||
|             order_distrib od |             zc_order_distrib od | ||||||
|         <where> |         <where> | ||||||
|             od.is_deleted = 0 |             od.del_flag = 0 | ||||||
|             <if test="orderDistribQueryReq.orderNo != null and orderDistribQueryReq.orderNo != ''"> |             <if test="orderDistribQueryReq.orderNo != null and orderDistribQueryReq.orderNo != ''"> | ||||||
|                 and od.order_no = #{orderDistribQueryReq.orderNo} |                 and od.order_no = #{orderDistribQueryReq.orderNo} | ||||||
|             </if> |             </if> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user