Commit 0ad183ea by luoh

2021年2月9日 跃迁提出数组越界 修改方法

parent 5c47cfc9
......@@ -85,7 +85,7 @@ public class OilAnalysisService extends BaseService<OilAnalysisDao> {
if (reasonArr.length == 1) {
//只有后面
oilNum = "";
oilReason = reasonArr[1];
oilReason = reasonArr[0];
}
}
......
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