Commit c85d3bed by 墨竹

Merge branch 'master' into developer

parents eb88813a 416dfb3a
......@@ -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