sunhao 2 months ago
parent 44b81810c8
commit 99cae54fb3

@ -3856,11 +3856,11 @@ namespace SlabHandle
}
else if (tSlab.THK>440)
{
decReturn4 = 4500;
decReturn4 = 4400;
}
else
{
decReturn4 = 4400;
decReturn4 = 4500;
}
}
if (tSlab.WID > 2800)

@ -30,9 +30,9 @@ namespace SlabHandle
public class SlabWidThkService_test
{
private static readonly ILog logger = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static string slab = " AND SLAB_NO in ('2410198603') ";
private static string boi = " boi.ORD_NO || '-' || boi.ORD_ITEM in ('OMA24010014-041')";
private static string lack_num = ",'8'AS SUB_LACK_NUM,'8'AS LACK_NUM";
private static string slab = " AND SLAB_NO in ('2430657804') ";
private static string boi = " boi.ORD_NO || '-' || boi.ORD_ITEM in ('OM824070105-030','OM824070105-035')";
private static string lack_num = ",'4'AS SUB_LACK_NUM,'4'AS LACK_NUM";
private static string wgt_max = ",'200' AS WGT_MAX ";
private static string wgt_min = ",'150' AS WGT_MIN ";
#region 获取数据

Loading…
Cancel
Save