摘要: 判断不为空where 1=1 // 此句用来处理某些全要判空的情况<if test="compShopMO.uciCompName != null and compShopMO.uciCompName != ''"> and USER_COMPANY_INFO.UCI_COMP_NAME = #{c 阅读全文
posted @ 2020-12-03 11:06 CEO雷总 阅读(3672) 评论(0) 推荐(0)
摘要: 1、生成流水号的工具类 package com.chinairi.mall.util; import java.text.NumberFormat; import java.text.SimpleDateFormat; import java.util.Date; /** * @author gsl 阅读全文
posted @ 2020-12-03 09:47 CEO雷总 阅读(2109) 评论(0) 推荐(0)