|
|
@@ -702,7 +702,6 @@ class Decision extends Api
|
|
|
->join('工单_工艺资料 b', 'a.Gy0_gdbh = b.Gy0_gdbh AND a.印件及工序 = b.Gy0_yjno AND a.工序 = b.Gy0_gxh')
|
|
|
->join('成品入仓 c', 'a.Gy0_gdbh = c.jjcp_gdbh AND a.印件及工序 = c.jjcp_yjno')
|
|
|
->join('设备_基本资料 d', 'a.sczl_jtbh = d.设备编号')
|
|
|
- ->where('d.设备编组', '01、切纸机组')
|
|
|
->where('a.sys_ny', 'like', $param['year'] . '%')
|
|
|
->where('a.工序名称', 'not like', '%机检%')
|
|
|
->where('c.jjcp_smb', 'like', '末%')
|