Commit 33b00814 authored by libin's avatar libin

核销

parent 2cec36d3
...@@ -26,6 +26,6 @@ public interface TourGoodVerificationMapper extends Mapper<TourGoodVerification> ...@@ -26,6 +26,6 @@ public interface TourGoodVerificationMapper extends Mapper<TourGoodVerification>
* @param tourGoodVerification * @param tourGoodVerification
* @return * @return
*/ */
@Insert("tour_good_verification(`spe_id`,`site_id`,`good_id`)values(#{speId} ,#{siteId} ,#{goodId}) where `spe_id`<>#{spId} and `site_id`<>#{siteId} and `good_id`<>#{goodId}") @Insert("insert into tour_good_verification(`spe_id`,`site_id`,`good_id`)values(#{speId} ,#{siteId} ,#{goodId}) where `spe_id`<>#{spId} and `site_id`<>#{siteId} and `good_id`<>#{goodId}")
int insertTourGoodVerification(TourGoodVerification tourGoodVerification); int insertTourGoodVerification(TourGoodVerification tourGoodVerification);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment