Commit 045a95b9 authored by liwenbin's avatar liwenbin

zhishu

parent 1ee42022
......@@ -363,6 +363,9 @@ public class AidAssetCommonServiceImpl implements IAidAssetCommonService {
*/
public Object transformZhiShuConsumeLevel(Object value) {
String valueStr = String.valueOf(value);
if ("-9999999".equals(valueStr) || valueStr.startsWith("-99999")) {
return 999;
}
if (valueStr.length() != 1) {
throw new QGException(QGExceptionType.ZS_DATA_TRANSFORM_ERROR);
}
......
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