记得上下班打卡 | git大法好,push需谨慎

Commit 3d2ab668 authored by 胡佳晨's avatar 胡佳晨

Merge branch 'lmy_start' into dev_yy_dh

parents 8b37f023 1d02e14f
...@@ -73,13 +73,14 @@ ...@@ -73,13 +73,14 @@
${item} ${item}
</foreach> </foreach>
</if> </if>
<if test="mailType != null and mailType == '1'"> <if test="mailType != null and mailType == 1">
and gm.mail_no is null; and gm.mail_no is null
</if> </if>
<if test="mailType != null and mailType == '2'"> <if test="mailType != null and mailType == 2">
and gm.mail_no is not null; and gm.mail_no is not null
</if> </if>
</where> </where>
group by gos.order_sku_id
</select> </select>
</mapper> </mapper>
...@@ -109,7 +109,7 @@ public class GoblinExportServiceImpl implements IGoblinExportService { ...@@ -109,7 +109,7 @@ public class GoblinExportServiceImpl implements IGoblinExportService {
cells.add("下单时间"); cells.add("下单时间");
cells.add("快递公司"); cells.add("快递公司");
cells.add("物流单号"); cells.add("物流单号");
int j = (max - 13) / 9; int j = (max - 14) / 9;
for (int i = 1; i <= j; i++) { for (int i = 1; i <= j; i++) {
cells.add("商品id" + i); cells.add("商品id" + i);
cells.add("商品名" + i); cells.add("商品名" + i);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment