mybatis 切割字符串
时间:2020-06-04 13:26:32
收藏:0
阅读:268
参考:https://blog.csdn.net/siyi1219/article/details/80900415
disCode参数为:“aa,bb,cc,dd”,需要把disCode分割出来,并进行遍历
错误写法:
正确写法:
原文:https://www.cnblogs.com/smartFox/p/13042347.html
评论(0)