yeguodong 2 주 전
부모
커밋
7979adecd0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/cn/hnthyy/thmz/mapper/his/yb/SelinfoSoldMapper.java

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