Kaynağa Gözat

审批流优化

release_toaliyun_real
luozukai 7 yıl önce
ebeveyn
işleme
34e778ce34
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java Dosyayı Görüntüle

@@ -169,7 +169,7 @@ public class WxFlowServiceImpl implements WxFlowService {
WxFlowRecord wxFlowRecord = new WxFlowRecord();
wxFlowRecord.setUserName(assignee);
wxFlowRecord.setStatus(EnumFlowRecordStatus.ASSIGNEE.getCode());
result.add(wxFlowRecord);
result.add(0,wxFlowRecord);
}
}
return new ResultData(result);


Yükleniyor…
İptal
Kaydet