|
@@ -1717,6 +1717,7 @@ public class StoreOrderServiceImpl extends AbstractService<StoreOrder> implement
|
|
|
@Override
|
|
|
@Transactional(propagation = Propagation.REQUIRED)
|
|
|
public com.txz.mall.core.Result goPay(GoPinkDTO dto) {
|
|
|
+ log.info("this is pay start");
|
|
|
if (ObjectUtils.isEmpty(dto.getType())) {
|
|
|
throw new ServiceException(I18nUtil.get("participation.type.is.empty"));
|
|
|
}
|