|
@@ -65,7 +65,7 @@ public class MastItemServiceImpl implements IMastItemService {
|
|
|
public MastItemVo selectById(String id) {
|
|
public MastItemVo selectById(String id) {
|
|
|
MastItemVo mastItemVo = mastItemMapper.selectById(id, SecurityUtils.getLoginUser().getUsername());
|
|
MastItemVo mastItemVo = mastItemMapper.selectById(id, SecurityUtils.getLoginUser().getUsername());
|
|
|
if(ValueUtils.isNotEmpty(mastItemVo)){
|
|
if(ValueUtils.isNotEmpty(mastItemVo)){
|
|
|
- mastItemVo.setImages(mastItemMapper.selectItemImageList(mastItemVo.getItemId()));
|
|
|
|
|
|
|
+ mastItemVo.setImages(mastItemMapper.selectItemImageList(mastItemVo.getId()));
|
|
|
|
|
|
|
|
// 梱包まとめタイプ
|
|
// 梱包まとめタイプ
|
|
|
if(ValueUtils.isNotEmpty(mastItemVo.getAckagingFlg())){
|
|
if(ValueUtils.isNotEmpty(mastItemVo.getAckagingFlg())){
|