|
@@ -49,7 +49,7 @@ public class ShowXunJian_UIItem : MonoBehaviour, IController
|
|
|
|
|
|
public void Set()
|
|
public void Set()
|
|
{
|
|
{
|
|
- this.GetService<IInspectionService>().Set(mItemID, mNormal, mOutliers, mInspectionId, new string[3] { "1", "2", "3" });
|
|
|
|
|
|
+ this.GetService<IInspectionService>().Set(mItemID, mNormal, mOutliers, mInspectionId, new int[3] { 1, 2, 3 };);
|
|
|
|
|
|
foreach (var ByteClass in byteDic)
|
|
foreach (var ByteClass in byteDic)
|
|
{
|
|
{
|