@@ -29,7 +29,7 @@ public interface TourGoodVerificationMapper extends Mapper<TourGoodVerification>
...
@@ -29,7 +29,7 @@ public interface TourGoodVerificationMapper extends Mapper<TourGoodVerification>
* @param tourGoodVerification
* @param tourGoodVerification
* @return
* @return
*/
*/
@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}")
@Insert("insert into tour_good_verification(`spe_id`,`site_id`,`good_id`)values(#{speId} ,#{siteId} ,#{goodId}) where `spe_id`<>#{speId} and `site_id`<>#{siteId} and `good_id`<>#{goodId}")