|
@@ -869,7 +869,7 @@ public class ApprovaPresenter implements OnHttpResultListener {
|
|
|
} else {
|
|
} else {
|
|
|
newValues = values;
|
|
newValues = values;
|
|
|
}
|
|
}
|
|
|
- if (approval.isDftypeEQ("MF") || (record.title.contains("公章用印申请流程") && "附件".equals(caption))) {
|
|
|
|
|
|
|
+ if (approval.isDftypeEQ("FF") || (record.title.contains("公章用印申请流程") && "附件".equals(caption))) {
|
|
|
if (isMain) {
|
|
if (isMain) {
|
|
|
final String fb_attach = newValues;
|
|
final String fb_attach = newValues;
|
|
|
OAHttpHelper.getInstance().post(new Runnable() {
|
|
OAHttpHelper.getInstance().post(new Runnable() {
|