<select id="findByPage" resultType="Product" parameterType="String">
select * from Product WHERE 1 =1
<if test="name != null and name != ''">
and Name like '%${name}%'
</if>
<if test="pageStart != null and pageStart != '' and pageEnd != null and pageEnd != ''">
LIMIT #{pageStart},#{pageEnd}
</if>
</select>

用C#开发生产线监测系统
03-13
209

08-19
421

12-31
462


工业视觉二维码批量识别
12-31
575


工业视觉OCR字符识别
12-31
568

07-27
1275

06-17
1035

02-10
278

01-01
3797

12-31
1461
