|
|
@@ -124,8 +124,7 @@ public class LotController extends AdminBaseController {
|
|
|
Lot dbLot = lotService.selectLotById(lot.getId());
|
|
|
if (dbLot==null)
|
|
|
return AjaxResult.error("请传入拍品id");
|
|
|
- //todo 用户服务不可用先注释掉
|
|
|
-// lot.setUpdateBy(getUsername());
|
|
|
+ lot.setUpdateBy(getUsername());
|
|
|
if (Constants.PUB_STATUS_PUBLISHED.equals(dbLot.getPubStatus())) {
|
|
|
lotService.updateLotEx(lot);
|
|
|
syncService.syncLot(lot.getId());
|