增加入库任务详细记录表
This commit is contained in:
parent
cc0bb3e292
commit
05949b9692
|
|
@ -37,7 +37,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<include refid="selectBmQrcodeInfoVo"/>
|
||||
where qr_id = #{qrId}
|
||||
</select>
|
||||
|
||||
|
||||
<insert id="insertBmQrcodeInfo" parameterType="com.bonus.sgzb.material.domain.BmQrcodeInfo" useGeneratedKeys="true" keyProperty="qrId">
|
||||
insert into bm_qrcode_info
|
||||
<trim prefix="(" suffix=")" suffixOverrides=",">
|
||||
|
|
|
|||
Loading…
Reference in New Issue