This commit is contained in:
parent
3fec4b8a8a
commit
253f301fcf
|
@ -162,7 +162,7 @@
|
||||||
</site>
|
</site>
|
||||||
<site name="WebApi" id="2">
|
<site name="WebApi" id="2">
|
||||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||||
<virtualDirectory path="/" physicalPath="E:\湛江巴斯夫\Basf_TCC7\HJGL\WebApi" />
|
<virtualDirectory path="/" physicalPath="E:\MyProject\ZJ_BSF\Basf_TCC7\HJGL\WebApi" />
|
||||||
</application>
|
</application>
|
||||||
<bindings>
|
<bindings>
|
||||||
<binding protocol="http" bindingInformation="*:3862:localhost" />
|
<binding protocol="http" bindingInformation="*:3862:localhost" />
|
||||||
|
@ -234,7 +234,7 @@
|
||||||
</site>
|
</site>
|
||||||
<site name="FineUIPro.Web(8)" id="11">
|
<site name="FineUIPro.Web(8)" id="11">
|
||||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||||
<virtualDirectory path="/" physicalPath="E:\湛江巴斯夫\Basf_TCC7\HJGL\FineUIPro.Web" />
|
<virtualDirectory path="/" physicalPath="E:\MyProject\ZJ_BSF\Basf_TCC7\HJGL\FineUIPro.Web" />
|
||||||
</application>
|
</application>
|
||||||
<bindings>
|
<bindings>
|
||||||
<binding protocol="http" bindingInformation="*:50794:localhost" />
|
<binding protocol="http" bindingInformation="*:50794:localhost" />
|
||||||
|
|
Binary file not shown.
|
@ -114,6 +114,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
if (jotList.Count() > 0)
|
||||||
{
|
{
|
||||||
int rnum = Funs.GetRandomNum(1, jotList.Count());
|
int rnum = Funs.GetRandomNum(1, jotList.Count());
|
||||||
int j = 1;
|
int j = 1;
|
||||||
|
@ -126,6 +128,7 @@
|
||||||
j++;
|
j++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
int batchOrder = BLL.Batch_PointBatchItemService.GetMaxBatchOrder(r["PointBatchId"].ToString());
|
int batchOrder = BLL.Batch_PointBatchItemService.GetMaxBatchOrder(r["PointBatchId"].ToString());
|
||||||
// 点口后,更新该段批里的所有口为完成点口,并更新分段的顺序
|
// 点口后,更新该段批里的所有口为完成点口,并更新分段的顺序
|
||||||
|
|
Loading…
Reference in New Issue