posts - 33,comments - 2,views - 11241
10 2022 档案
Mybatis关于整形Integer的比较
摘要:1、不能用 !='' 或 ='' 判断,如: <if test="status != null and status !='' "> </if> 2、判断是否相等用 ==,如:<if test="status != null and status == 1 "> </if> 阅读全文
posted @ 2022-10-31 15:34 李白菜 阅读(75) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示