BUG修复

pull/216/MERGE^2
dxfeng 3 years ago
parent 5dc920e364
commit 21dc07dd40

@ -29,8 +29,8 @@
<select id="browserDatas" resultType="java.util.Map"> <select id="browserDatas" resultType="java.util.Map">
select select
fid as `id`, fid as id,
fname as `name` fname as name
from jcl_org_itemclass from jcl_org_itemclass
where fid IN where fid IN
<foreach collection="ids" open="(" item="id" separator="," close=")"> <foreach collection="ids" open="(" item="id" separator="," close=")">

@ -82,7 +82,7 @@ public class CusFieldDataTrigger {
} }
// field100002更新 // field100002更新
if (null != sourceField100002 && !sourceField100002.equals(directionData.getField100002())) { if (StringUtils.isNotBlank(sourceField100002) && !sourceField100002.equals(directionData.getField100002())) {
directionData.setField100002(sourceField100002); directionData.setField100002(sourceField100002);
Long gwId = Long.parseLong(sourceField100002); Long gwId = Long.parseLong(sourceField100002);
JobPO jobById = MapperProxyFactory.getProxy(JobMapper.class).getJobById(gwId); JobPO jobById = MapperProxyFactory.getProxy(JobMapper.class).getJobById(gwId);

Loading…
Cancel
Save