sjz
2025-06-23 678e995cca52a9072c0a92a805060b4969d1010f
MESApplication/Controllers/QC/XJController.cs
@@ -165,13 +165,13 @@
    [HttpPost("setJYItem")]
    public ResponseResult setJYItem([FromBody] JObject data)
    {
        var itemId = Convert.ToDecimal(data["itemId"].ToString());
        var itemNo = "XJ001";
        try
        {
            dynamic resultInfos = new ExpandoObject();
            var tbBillList =
                new XJService().setJYItem(itemId);
                new XJService().setJYItem(itemNo);
            resultInfos.tbBillList = tbBillList;
            return new ResponseResult
            {