关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

mapper中注解开发使用if需要注意的问题

发布时间:2023-07-01 00:28:35
@Update(" + "update product set pname=#{pname},market_price=#{market_price},shop_price=#{shop_price}"  + ",pimage=#{pimage}"  + ",pdate=#{pdate},is_hot=#{is_hot},pdesc=#{pdesc},cid=#{category.cid} where pid=#{pid}"  + "" _ue_custom_node_="true">")

   

test中取值不需要#号,直接写属性名

如果test中出现字符串,不能使用单引号,使用双引号转义

如果出现大于号小于号 ,转义使用

不要忘记加


/template/Home/leiyu/PC/Static