1
yusijie
2024-07-10 ecc7e3a6402157c73f220aede085fbb87251c493
WebAPI/Controllers/Sb_CheckEqpRepairWorkBillController.cs
@@ -1321,7 +1321,7 @@
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "1.未查询到设备信息! 2.设备没有维护故障登记单";
                    objJsonResult.Message = "1.未查询到设备信息! 2.设备没有维护故障登记单  3.设备故障登记单没有审核";
                    objJsonResult.data = null;
                    return objJsonResult;
                }