|
@@ -13,7 +13,7 @@ import java.util.Map;
|
|
|
public interface SelinfoSoldMapper extends BaseMapper<SelinfoSold> {
|
|
|
|
|
|
@Insert("insert into selinfo_sold_drugtrac(id,selinfo_sold_id,trac_codg,success_flag)" +
|
|
|
- " values(#{id,jdbcType=VARCHAR},#{selinfoSoldId,jdbcType=VARCHAR},#{tracCodg,jdbcType=VARCHAR},,#{successFlag,jdbcType=VARCHAR})")
|
|
|
+ " values(#{id,jdbcType=VARCHAR},#{selinfoSoldId,jdbcType=VARCHAR},#{tracCodg,jdbcType=VARCHAR},#{successFlag,jdbcType=VARCHAR})")
|
|
|
int insertSelinfoSoldDrugtrac(@Param("id") String id,
|
|
|
@Param("selinfoSoldId") String selinfoSoldId,
|
|
|
@Param("tracCodg") String tracCodg,
|