|
@@ -464,6 +464,7 @@ public class PayOrderLogic {
|
|
|
|
|
|
workerOrder.setPayTime(new Date());
|
|
|
workerOrder.setPayType(payType);
|
|
|
+ workerOrder.setUserId(currentCompanyWechat.getUserId());
|
|
|
workerOrder.setPayStatus(PayStatusEnum.PAID.getKey());
|
|
|
workerOrder.updateById();
|
|
|
|