|
@@ -185,7 +185,7 @@
|
|
|
SELECT * FROM base_template_option
|
|
SELECT * FROM base_template_option
|
|
|
WHERE del_flag=false and template_id=#{templateId}
|
|
WHERE del_flag=false and template_id=#{templateId}
|
|
|
and serial_num LIKE #{serialNum}
|
|
and serial_num LIKE #{serialNum}
|
|
|
- and length(serial_num)=#{length}
|
|
|
|
|
|
|
+ and length(serial_num)>=#{length}
|
|
|
order by index_ asc
|
|
order by index_ asc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|