|
|
@@ -49,7 +49,7 @@ public class KxsUserAmountLogServiceImpl extends ServiceImpl<KxsUserAmountLogMap
|
|
|
userAmountLog.setId(id);
|
|
|
|
|
|
String tradeMonth;
|
|
|
- if(fieldDataMap.get("CreateDate") != null){
|
|
|
+ if(fieldDataMap.get("CreateDate") != null && fieldDataMap.get("CreateDate").getValue() != null){
|
|
|
LocalDateTime createTime = LocalDateTimeUtil.parse(fieldDataMap.get("CreateDate").getValue().toString(), DatePattern.NORM_DATETIME_PATTERN);
|
|
|
tradeMonth = LocalDateTimeUtil.format(createTime, DatePattern.SIMPLE_MONTH_PATTERN);
|
|
|
}else{
|