|
|
@ -192,7 +192,7 @@ namespace Shentun.Peis.RegisterCheckPictures |
|
|
ent = new RegisterCheckPicture |
|
|
ent = new RegisterCheckPicture |
|
|
{ |
|
|
{ |
|
|
DisplayOrder = input.PictureBaseStrs.IndexOf(item) + 1, |
|
|
DisplayOrder = input.PictureBaseStrs.IndexOf(item) + 1, |
|
|
IsPrint = 'N', |
|
|
|
|
|
|
|
|
IsPrint = 'Y', |
|
|
PictureFilename = PictureUrl, |
|
|
PictureFilename = PictureUrl, |
|
|
RegisterCheckId = input.RegisterCheckId |
|
|
RegisterCheckId = input.RegisterCheckId |
|
|
}; |
|
|
}; |
|
|
|