Commit 085519d6 authored by liudong1993's avatar liudong1993

1

parent 63b94ffe
......@@ -325,7 +325,7 @@ namespace REBORN.Data.Finance
notesStr = notesStr.Split('/')[0];
}
else if (notesStr.Contains("合并月结")) {
notesStr.Replace("合并月结", "/");
notesStr = notesStr.Replace("合并月结", "/");
model.FrId = 0;
model.ItemCode = notesStr.Split('/')[1];
model.ItemCode = model.ItemCode.Replace('、', ',');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment