去掉todo

2024年7月4日 10:20:04
This commit is contained in:
xiang2lin 2024-07-04 10:20:08 +08:00
parent 25696996d7
commit a4c8399995
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ public class Cbs8ExtServiceImpl implements ICbs8ExtService {
@Override
public void payApplyCallBack(SysMessageManageLogEntity logEntity) {
try {
//todo 这里要验证一下bodys里有没有数据
logger.info("回调方法里的参数:{}", JSONObject.toJSONString(logEntity));
JSONObject targetData = JSONObject.parseObject(logEntity.getTargetData());//目标数据
JSONObject sourceData = JSONObject.parseObject(logEntity.getSourceData());//源数据