摘要:
动态sql 1.if+where标签 <select id="listEmp" parameterType="Emp" resultType="Emp"> select * from emp <where> <if test="job!=null and job!=''"> and job like 阅读全文
posted @ 2022-09-06 17:20
不想当将军的好士兵
阅读(74)
评论(0)
推荐(0)