04 2022 档案
摘要:把gitee/github上的分支fetch下来 创建本地分支 切换到需要的分支 参考 https://www.jianshu.com/p/8a5d6a93c0a8
阅读全文
摘要:这两个参数都是Long型 mapper.xml <select id="selectGoodsStockByshopIdandgoodId" parameterType="Long" resultMap="GoodsStockResult"> <include refid="selectGoodsS
阅读全文
摘要:如果编码格式为utf-8型,并且需要为中文字段排序, 那么可以使用如下代码 <select id="selectGoodsManageList" parameterType="GoodsManage" resultMap="GoodsManageResult"> <include refid="se
阅读全文