Authored by qinchao

Merge branch 'dev_fixtime1204' into test6.8.3

... ... @@ -112,8 +112,8 @@ public class TradeBillsServiceImpl implements ITradeBillsService {
resp.setValidStatus(item.getValidStatus());
resp.setValidStatusDesc(StoredSellerStatusEnum.getDescriptionByCode(item.getValidStatus()));
resp.setMobile(getMobileByUidFromCache(item.getUid()));
resp.setEnterTime(item.getEnterTime());
resp.setQuitTime(item.getQuitTime());
resp.setEnterTime(1000L * item.getEnterTime());
resp.setQuitTime(1000L * item.getQuitTime());
// 上架skuP
resp.setSelfSkuNum(sellerOrderGoodsMapper.selectCountCanCell(item.getUid()));
// 违约次数
... ...