src/main/resources/mapper/WrkDetlMapper.xml
@@ -56,6 +56,14 @@ and (batch IS NULL OR batch = '') </otherwise> </choose> <choose> <when test="barcode != null and barcode != ''"> and barcode = #{barcode} </when> <otherwise> and (barcode IS NULL OR barcode = '') </otherwise> </choose> </sql>