Commit 416dfb3a by 墨竹

fix:活码字段插入

parent 3965c206
......@@ -60,6 +60,10 @@ public class HmQrcodeServiceImpl implements HmQrcodeService {
hmQrcodeQDTO.setOverFlag(0);
hmQrcodeQDTO.setAddNum(0);
hmQrcodeQDTO.setStatusFlag(1);
Integer hmUserNum = hmQrcodeQDTO.getHmUserNum();
if (hmUserNum == null) {
hmQrcodeQDTO.setHmUserNum(1);
}
return this.tabHaobanHmQrcodeMapper.insert(EntityUtil.changeEntity(TabHaobanHmQrcode.class, hmQrcodeQDTO));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment