if-test

mybatis 中 if-test 判断详解

1、字符串判断,两种写法都可以 (1)将双引号和单引号的位置互换 <if test='testString != null and testString == "A"'> </if> (2)加上.toString() <if test="testString != null and testStri ......
mybatis if-test test if
共1篇  :1/1页 首页上一页1下一页尾页