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

Commit 1d02e14f authored by limingyang's avatar limingyang

导出商城订单修改状态无效

parent 456be1ef
......@@ -73,11 +73,11 @@
${item}
</foreach>
</if>
<if test="mailType != null and mailType == '1'">
and gm.mail_no is null;
<if test="mailType != null and mailType == 1">
and gm.mail_no is null
</if>
<if test="mailType != null and mailType == '2'">
and gm.mail_no is not null;
<if test="mailType != null and mailType == 2">
and gm.mail_no is not null
</if>
</where>
group by gos.order_sku_id
......
......@@ -109,7 +109,7 @@ public class GoblinExportServiceImpl implements IGoblinExportService {
cells.add("下单时间");
cells.add("快递公司");
cells.add("物流单号");
int j = (max - 13) / 9;
int j = (max - 14) / 9;
for (int i = 1; i <= j; i++) {
cells.add("商品id" + 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