@@ -36,8 +36,8 @@ public interface IAmsshipDeliveryNoticeService{
//修改收货通知单信息
int updateByPrimaryKey(BigDecimal noticeId);
- //得到id
- BigDecimal selectMaxId();
+// //得到id
+// BigDecimal selectMaxId();
AmsshipDeliveryNotice selectByPrimaryKey(BigDecimal noticeId);
@@ -35,8 +35,8 @@ public interface IOmsshipShipmentInstructionsService{
int updateByPrimaryKey(OmsshipShipmentInstructions omsshipShipmentInstructions);
- //得到最大id
+// //得到最大id
//渲染信息
List<Map<String,Object>> selectShipmentInstructions(BigDecimal shipmentInstructionsId);
@@ -127,10 +127,6 @@ public class AmsshipDeliveryNoticeServiceImpl implements IAmsshipDeliveryNoticeS
return amsshipDeliveryNoticeMapper.updateByPrimaryKey(noticeId);
}
- @Override
- public BigDecimal selectMaxId() {
- return amsshipDeliveryNoticeMapper.selectMaxId();
- }
@Override
public AmsshipDeliveryNotice selectByPrimaryKey(BigDecimal noticeId) {
@@ -126,10 +126,10 @@ public class OmsshipShipmentInstructionsServiceImpl implements IOmsshipShipmentI
- return omsshipShipmentInstructionsMapper.selectMaxId();
+// @Override
+// public BigDecimal selectMaxId() {
+// return omsshipShipmentInstructionsMapper.selectMaxId();
+// }
/**
* 查询装船指令表单
@@ -9,7 +9,7 @@ spring:
openfeign:
WmshboundFeign:
- url: ${WMSHBOUNDFEIGN_URL:localhost:8070}
+ url: ${WMSHBOUNDFEIGN_URL:172.16.33.166:8070}
ColumnDataFeign:
url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083}
@@ -1,7 +1,7 @@
api.version: api/v1/shipTms
spring:
profiles:
- include: ${SPRING_PROFILES:dev}
+ include: ${SPRING_PROFILES:prod}
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8