<fix>修复上次更改的错误
This commit is contained in:
parent
22fefead7c
commit
fc892364e0
|
|
@ -90,7 +90,7 @@ public class PlcDbService(AppDBDao dBDao)
|
|||
/// <returns></returns>
|
||||
public WcsApiResponse<List<GetDBWithPlcNameResponse>> GetDBWithPlcName(GetDBWithPlcNameRequest request)
|
||||
{
|
||||
List<GetDBWithPlcNameResponse>? dbs = _dBDao.QueryWithPlcName(new AppDB { PlcId = request.PlcId, DBName = request.DBName });
|
||||
List<GetDBWithPlcNameResponse>? dbs = dBDao.QueryWithPlcName(new AppDB { PlcId = request.PlcId, DBName = request.DBName });
|
||||
if (dbs == default)
|
||||
{
|
||||
return WcsApiResponseFactory.DataBaseErr<List<GetDBWithPlcNameResponse>>();
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ namespace WcsMain.Business.CirculationTask.ElTag;
|
|||
/// 熄灭电子标签
|
||||
/// </summary>
|
||||
//[Circulation]
|
||||
public class OffElTag(AppElTagTaskDao tagTaskDao, AtopOperation atopOperation)
|
||||
public class OffElTag(AppElTagTaskDao tagTaskDao)
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace WcsMain.Business.CirculationTask;
|
|||
/// 读取 PLC 的扫码
|
||||
/// </summary>
|
||||
//[Circulation]
|
||||
public class ScanMethod(DataBaseData dataBaseData)
|
||||
public class ScanMethod()
|
||||
{
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user