已录入,但是没有店铺id 更新
This commit is contained in:
@@ -29,6 +29,10 @@ public class TempUserDetailDAO {
|
||||
return tempUserDetailMapper.insertSelective(detailDO);
|
||||
}
|
||||
|
||||
public Integer updateByPrimaryKeySelective(TempUserDetailDO detailDO) {
|
||||
return tempUserDetailMapper.updateByPrimaryKeySelective(detailDO);
|
||||
}
|
||||
|
||||
public TempUserDetailDO selectById(Long id) {
|
||||
return tempUserDetailMapper.selectOne(TempUserDetailDO.builder().id(id).build());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user