切换导航条
此项目
正在载入...
登录
zhangFan
/
analysis_imf
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
朱兆平
3 years ago
提交
270204d4efa217a2ac489c50c2b09b760d39a97c
2 个父辈
4639a0c2
4ae4f55b
Merge remote-tracking branch 'origin/ver_bh' into ver_bh
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
1 行删除
src/main/java/com/sy/logic/LiftBar.java
src/main/resources/mapping/LAND_BUSINEESTYPE_LIST_INFOMapper.xml
src/main/java/com/sy/logic/LiftBar.java
查看文件 @
270204d
...
...
@@ -118,6 +118,7 @@ public class LiftBar {
/**
* @Param info 卡口采集数据
* @Result 计算卡口采集数据并发送报文
* todo:有问题待解决,拉货进地磅重量<备案重量,出口送货出区过磅重量<进过磅重量
*/
public
boolean
liftBar
(
GatherInfo
info
)
throws
InterruptedException
{
PropertyConfigurator
.
configure
(
"config/log4j.properties"
);
...
...
@@ -147,6 +148,7 @@ public class LiftBar {
return
result
;
}
if
(
"Y"
.
equals
(
ve
.
getVeState
())){
logger
.
info
(
BLACKLIST
+
vaName
);
sendBw
(
info
,
false
,
BLACKLIST
+
vaName
,
new
LandBusinessTypeList
(),
listinfos
);
return
result
;
}
...
...
@@ -461,7 +463,7 @@ public class LiftBar {
flag
=
true
;
}
else
{
CommandClient
.
Client
(
info
,
reason
);
logger
.
info
(
"=============>>>>>>>>
重量异常报文发送成功
<<<<<<<<<=============="
);
logger
.
info
(
"=============>>>>>>>>
"
+
reason
+
"
<<<<<<<<<=============="
);
}
commandlog
(
info
,
check
,
reason
,
land
,
list_infos
);
return
flag
;
...
...
src/main/resources/mapping/LAND_BUSINEESTYPE_LIST_INFOMapper.xml
查看文件 @
270204d
...
...
@@ -43,6 +43,7 @@
from land_busineestype_list_info
where 1=1
and applicationFormId = #{applicationformid,jdbcType=VARCHAR}
and ext4='B'
</select>
<delete
id=
"deleteByPrimaryKey"
parameterType=
"java.lang.String"
>
delete from land_busineestype_list_info
...
...
请
注册
或
登录
后发表评论