master:stockSys返回数据;

pull/1121/head
liujiang 2025-11-18 15:28:43 +08:00
parent 59baf35167
commit b9229ba97d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}
}