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
fid as `id`,
fname as `name`
fid as id,
fname as name
from jcl_org_itemclass
where fid IN
<foreach collection="ids" open="(" item="id" separator="," close=")">

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

Loading…
Cancel
Save