条码生成模块,点击生成条码返回条码档案列表信息数据按自增列排序
1个文件已修改
2 ■■■ 已修改文件
SCM/条码打印/Gy_BarCodeBill.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/条码打印/Gy_BarCodeBill.cs
@@ -2217,7 +2217,7 @@
            //    return;
            //}
            //
            DSet = oWeb.getDataSetBySQL("select * from h_v_IF_BarCodeBillList Where HinterID=" + HInterID.ToString(), "h_v_IF_BarCodeBillList", ref DBUtility.ClsPub.sExeReturnInfo);
            DSet = oWeb.getDataSetBySQL("select * from h_v_IF_BarCodeBillList Where HinterID=" + HInterID.ToString() + " order by HItemID", "h_v_IF_BarCodeBillList", ref DBUtility.ClsPub.sExeReturnInfo);
            //鐢熸垚棣栬鏍囬
            if (DSet == null)
            {