|
|
@ -206,7 +206,7 @@ public class SmsSalesBillService extends MybatisBaseService<SmsSalesBillMapper, |
|
|
|
smsSalesBillFeign.reviewConfirm(billDto); |
|
|
|
String type = billDto.getType(); |
|
|
|
if (type.equals("0")) { |
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); |
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); |
|
|
|
//通过推送销售出库
|
|
|
|
List<String> sids = billDto.getSids(); |
|
|
|
for (String sid : sids) { |
|
|
|