diff --git a/src/main/resources/mappers/ca/PrepaymentMapper.xml b/src/main/resources/mappers/ca/PrepaymentMapper.xml index c4bfec9..d6704a6 100644 --- a/src/main/resources/mappers/ca/PrepaymentMapper.xml +++ b/src/main/resources/mappers/ca/PrepaymentMapper.xml @@ -127,9 +127,6 @@ AND ( bm.project_code LIKE CONCAT('%', #{params.keyword}, '%') OR bm.project_name LIKE CONCAT('%', #{params.keyword}, '%') - OR bm.business_unit LIKE CONCAT('%', #{params.keyword}, '%') - OR bm.contact_unit LIKE CONCAT('%', #{params.keyword}, '%') - OR bm.type LIKE CONCAT('%', #{params.keyword}, '%') ) diff --git a/src/main/resources/static/pages/prepayment/proList.html b/src/main/resources/static/pages/prepayment/proList.html index c82b405..dcfba06 100644 --- a/src/main/resources/static/pages/prepayment/proList.html +++ b/src/main/resources/static/pages/prepayment/proList.html @@ -39,10 +39,10 @@
- +
-
+
...