更新 mes_in_sct/app/action/CheckBomInfo.php
Some checks failed
Run Unit Tests / test (pull_request) Failing after 6s

This commit is contained in:
james 2025-06-15 12:23:06 +08:00
parent 57851c8450
commit c9e11770f2

View File

@ -25,7 +25,7 @@ class CheckBomInfo
//2.判断工序单元、设备编码是存在?
$sql = "SELECT id FROM hf_mes_process_workingsubclass WHERE code='".$workingsubclass."'";
$ret = Db::fetch($sql);
$ret = Db::fetch($sql3);
if(empty($ret)){
throw new Exception("工序单元[$workingsubclass]不存在",4001);
}