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

Commit c9a60ce4 authored by GaoHu's avatar GaoHu

exit

parent 808f4c07
......@@ -89,7 +89,7 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
this.setStoreName(storeName);
this.setPrice(source.getPrice());
this.setSellPrice(source.getSellPrice());
this.setShelvesTime(source.getShelvesTime());
this.setShelvesTime(source.getShelvesTime() != null && !"".equals(source.getShelvesTime()) ? source.getShelvesTime() : source.getTimeStart());
this.setReserve(source.getReserve());
this.setSysTime(DateUtil.getNowTime());
return this;
......
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