@@ -75,10 +75,7 @@ class AluminumElectroplated extends Api
}
-
$this->success('成功',$data);
@@ -951,7 +951,7 @@ class CostAccounting extends Api
->where('a.jjcp_sj', 'like', $month.'%')
->group('a.jjcp_gdbh')
->select();
+
if (empty($list)) {
$this->error('未找到完工工单');