This commit is contained in:
tianshujie98
2020-12-02 14:21:10 +08:00
parent 6017a4737c
commit 90a3fd00c6
+2
View File
@@ -104,6 +104,8 @@ class buildModel extends model
$buildQuery = $this->session->projectBuildQuery;
$buildQuery = $this->session->projectBuildQuery;
/* Distinguish between repeated fields. */
$fields = array('id' => '`id`', 'name' => '`name`', 'product' => '`product`', 'desc' => '`desc`');
foreach($fields as $field)