|
@@ -79,6 +79,8 @@ public class TradeServiceImpl implements ITradeService {
|
|
|
public void transfer(Consign consign){
|
|
|
String msg = "【平台打款】";
|
|
|
if (consign != null){
|
|
|
+ consign.setConsignState(3);
|
|
|
+ consignService.updateById(consign);
|
|
|
User user = userService.getById(consign.getConsignUserId());
|
|
|
if (user != null){
|
|
|
UserApp userApp = new UserApp();
|