转运单查询修改

dev
徐杰盟 2025-05-26 11:09:45 +08:00
parent 8cebe53860
commit efa3310f05
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class OrderTempService extends BaseService {
" left join order_temp ot on t.old_sn = ot.sn \n" + " left join order_temp ot on t.old_sn = ot.sn \n" +
" where 1=1 "; " where 1=1 ";
supermarket_type = 1; // supermarket_type = 1;
} }