@@ -82,7 +82,7 @@ public class RmsLineController extends BaseRESTfulController {
}
if(lineType != null&&lineType == 1){
- mapValue.put("lineType",1);
+ mapValue.put("lineTypes",1);
PageHelper.startPage(pageNum, pageSize);
//分页查询数据
@@ -12,7 +12,7 @@ openFeign:
ESFeign:
url: ${ESFEIGN_URL:172.16.33.166:8089}
ColumnDataFeign:
- url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083}
+ url: ${COLUMNDATAFEIGN_URL:172.16.33.161:8083}
AmsFeign:
url: ${AMSFEIGN_URL:172.16.33.166:8079}
@@ -583,7 +583,7 @@
<if test="index != null">
and instr(RL.LINE_NAME, #{index}) > 0
</if>
- <if test="lineType != null and lineType == 1">
+ <if test="lineTypes != null and lineTypes == 1">
and RL.LINE_TYPE = 1
)