diff --git a/nflg-wms-repository/src/main/resources/mapper/WmsComponentPackingMapper.xml b/nflg-wms-repository/src/main/resources/mapper/WmsComponentPackingMapper.xml index 058fa3aa..5c412a41 100644 --- a/nflg-wms-repository/src/main/resources/mapper/WmsComponentPackingMapper.xml +++ b/nflg-wms-repository/src/main/resources/mapper/WmsComponentPackingMapper.xml @@ -8,7 +8,7 @@ from wms_component_packing - and no ilike concat('%', #{request.no}, '%') + and "no" ilike concat('%', #{request.no}, '%') and name1 ilike concat('%', #{request.name1}, '%') @@ -41,7 +41,7 @@ from wms_component_packing where is_completed=0 - and (no like concat('%', #{no}, '%') or vbelv like concat('%', #{no}, '%')) + and ("no" like concat('%', #{no}, '%') or vbelv like concat('%', #{no}, '%')) order by datum desc