修改订货金bug
This commit is contained in:
@@ -627,7 +627,6 @@ public class DecorationServiceImpl implements DecorationService {
|
||||
|
||||
@Override
|
||||
public ThreeSignResponse getThreeAcceptanceSign(Long shopId) {
|
||||
|
||||
ThreeSignResponse threeSignResponse = new ThreeSignResponse();
|
||||
AcceptanceInfoDO acceptanceInfoDO = acceptanceInfoDAO.selectByShopId(shopId);
|
||||
if (Objects.isNull(acceptanceInfoDO)) {
|
||||
|
||||
Reference in New Issue
Block a user