|
@@ -1232,7 +1232,7 @@ public class PayOrderLogic {
|
|
|
workerOrder.setOpenId(currentCompanyWechat.getUser().getMiniOpenId());
|
|
|
|
|
|
if (StringUtil.isEmpty(workerOrder.getOpenId())){
|
|
|
- throw new RemoteServiceException("用户身份Oppid获得失败,请重新进入小程序,授权用户信息,发起支付");
|
|
|
+ throw new RemoteServiceException("师傅身份Oppid获得失败,请重新进入小程序,授权用户信息,发起支付");
|
|
|
}
|
|
|
|
|
|
if (!StringUtil.isEmpty(orderIdNew)) {
|