Commit c60aa7cd by 宋毅

tj

parent 253165ea
......@@ -822,7 +822,7 @@ class OrderInfoService extends ServiceBase {
if (actionBody.channelItemName) {
sql += " and channelItemName like :channelItemName";
sqlCount += " and channelItemName like :channelItemName";
paramWhere.channelItemName = "%" + params.channelItemName.trim() + "%";
paramWhere.channelItemName = "%" + actionBody.channelItemName.trim() + "%";
}
if (actionBody.channelServiceNo) {
sql += " and channelServiceNo like :channelServiceNo";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment