yeguodong 2 semanas atrás
pai
commit
7979adecd0

+ 1 - 1
src/main/java/cn/hnthyy/thmz/mapper/his/yb/SelinfoSoldMapper.java

@@ -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,