增加入库任务详细记录表

This commit is contained in:
dingjie 2023-12-24 00:24:23 +08:00
parent cc0bb3e292
commit 05949b9692
1 changed files with 1 additions and 1 deletions

View File

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