username@email.com
2026-03-12 fe4f494d66a2049583d3ff427e431d5b88fa4eeb
CY_ECommercePlatform/CY.WebForm/Pages/front/InquiryOnLine.aspx.cs
@@ -2258,6 +2258,11 @@
                    }
                    printDemand += "," + model.PageNum.ToString() + "版";
                    printDemand += "," + model.PrintColor;
                    if (request["printColor1"] != null)
                    {
                        model.printColor1 = request["printColor1"].ToString();
                        printDemand += "," + model.printColor1;
                    }
                }
                else if (model.PrintTypeId == 27) //收据联单
                {