master:stockSys返回数据;
parent
59baf35167
commit
b9229ba97d
|
|
@ -351,6 +351,7 @@ public class SysLoginController {
|
|||
vo.setCurrentStoreName(ObjectUtils.isNotEmpty(store) ? store.getStoreName() : "");
|
||||
//档口状态
|
||||
vo.setCurrentStoreStatus(ObjectUtils.isNotEmpty(store) ? store.getStoreStatus() : null);
|
||||
vo.setStockSys(ObjectUtils.isNotEmpty(store) ? store.getStockSys() : null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue