Commit 73164987 authored by suhuiguang's avatar suhuiguang

1. 整机防爆标志 EXPLOSIONPROOF_SIGN_COMPLETE转json

parent de0c7898
......@@ -1376,7 +1376,8 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
liftingMap = Bean.BeantoMap(lifting);
liftingMap.put("liftingSeq", lifting.getSequenceNbr());
} else {
liftingMap = convertCamelToUnderscore(lifting, null);
String[] fields = {"EXPLOSIONPROOF_SIGN_COMPLETE"};
liftingMap = convertCamelToUnderscore(lifting, fields);
liftingMap.put("LIFTING_SEQ", lifting.getSequenceNbr());
}
if (!liftingMap.isEmpty()) {
......
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